Sha256: edc883de8eba80123425eb946d50062f3d7d0abc5dc46539403119d50c199c98
Contents?: true
Size: 437 Bytes
Versions: 2
Compression:
Stored size: 437 Bytes
Contents
{%- include snippets/get-lang.html -%} {%- assign _lang = __return -%} {%- assign _local_lang = site.data.locale[_lang] -%} {%- assign _local_lang_en = site.data.locale.en -%} {%- if _local_lang == nil -%} {%- assign _local_lang = _local_lang_en -%} {%- endif -%} {%- if _local_lang[include.key] -%} {%- assign __return = _local_lang[include.key] -%} {%- else -%} {%- assign __return = _local_lang_en[include.key] -%} {%- endif -%}
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
jekyll-text-theme-fork-2.2.6 | _includes/snippets/get-locale-string.html |
jekyll-text-theme-2.2.6 | _includes/snippets/get-locale-string.html |