We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541c51e commit cffb592Copy full SHA for cffb592
docs/setup/changing-the-language.md
@@ -193,7 +193,8 @@ adjust the ones you want to override:
193
194
<!-- Define custom translations -->
195
{% macro override(key) %}{{ {
196
- "toc.title": "Auf dieser Seite" <!-- (2) -->
+ "source.file.date.created": "Erstellt am", <!-- (2) -->
197
+ "source.file.date.updated": "Aktualisiert am"
198
}[key] }}{% endmacro %}
199
200
<!-- Re-export translations -->
0 commit comments