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:
parent
cb12b4e587
commit
c586f9a799
@ -411,7 +411,7 @@ language codes, e.g.:
|
||||
``` jinja
|
||||
{% macro t(key) %}{{ {
|
||||
...
|
||||
"search.placeholder": "en, de, ru",
|
||||
"search.languages": "en, de, ru",
|
||||
...
|
||||
}[key] }}{% endmacro %}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user