mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated custom translations example
This commit is contained in:
parent
541c51edf6
commit
cffb5920ca
@ -193,7 +193,8 @@ adjust the ones you want to override:
|
||||
|
||||
<!-- Define custom translations -->
|
||||
{% macro override(key) %}{{ {
|
||||
"toc.title": "Auf dieser Seite" <!-- (2) -->
|
||||
"source.file.date.created": "Erstellt am", <!-- (2) -->
|
||||
"source.file.date.updated": "Aktualisiert am"
|
||||
}[key] }}{% endmacro %}
|
||||
|
||||
<!-- Re-export translations -->
|
||||
|
Loading…
Reference in New Issue
Block a user