mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 09:20:52 +01:00
Fixed wrong variable reference in localization docs
This commit is contained in:
parent
cb12b4e587
commit
c586f9a799
@ -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 %}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user