diff options
Diffstat (limited to '_includes/snippets/get-string-from-locale-config.html')
-rw-r--r-- | _includes/snippets/get-string-from-locale-config.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/_includes/snippets/get-string-from-locale-config.html b/_includes/snippets/get-string-from-locale-config.html deleted file mode 100644 index 03325fa..0000000 --- a/_includes/snippets/get-string-from-locale-config.html +++ /dev/null @@ -1,7 +0,0 @@ -{%- include snippets/get-lang.html -%} -{%- assign _lang = __return -%} -{%- if include.locale[_lang] -%} - {%- assign __return = include.locale[_lang] -%} -{%- else -%} - {%- assign __return = include.locale.en -%} -{%- endif -%} |