1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Fixed wrong variable reference in localization docs

This commit is contained in:
squidfunk 2017-06-01 10:06:45 +02:00 committed by Martin Donath
parent cb12b4e587
commit c586f9a799

View File

@ -411,7 +411,7 @@ language codes, e.g.:
``` jinja ``` jinja
{% macro t(key) %}{{ { {% macro t(key) %}{{ {
... ...
"search.placeholder": "en, de, ru", "search.languages": "en, de, ru",
... ...
}[key] }}{% endmacro %} }[key] }}{% endmacro %}
``` ```