1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-02-03 12:53:31 +01:00

4 lines
164 B
HTML
Raw Normal View History

{% set code = config.extra.language | default("en") %}
{% import "partials/language/" + code + ".html" as lang %}
{% macro t(key) %}{{ lang.t(key) }}{% endmacro %}