mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
7 lines
No EOL
226 B
HTML
7 lines
No EOL
226 B
HTML
{%- include snippets/get-lang.html -%}
|
|
{%- assign _lang = __return -%}
|
|
{%- if include.locale[_lang] -%}
|
|
{%- assign __return = include.locale[_lang] -%}
|
|
{%- else -%}
|
|
{%- assign __return = include.locale.en -%}
|
|
{%- endif -%} |