mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 15:40:15 +01:00
4 lines
164 B
HTML
4 lines
164 B
HTML
{% set code = config.extra.language | default("en") %}
|
|
{% import "partials/language/" + code + ".html" as lang %}
|
|
{% macro t(key) %}{{ lang.t(key) }}{% endmacro %}
|