mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
f08f2fbf65
* #1350 update base template to include git revision date * #1350 add localized revision date * #1350 support for v0.3 of mkdocs-git-revision-date-localized-plugin * #1350 add translations for source.revision.date
28 lines
910 B
HTML
28 lines
910 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% macro t(key) %}{{ {
|
|
"language": "en",
|
|
"direction": "ltr",
|
|
"clipboard.copy": "Copy to clipboard",
|
|
"clipboard.copied": "Copied to clipboard",
|
|
"edit.link.title": "Edit this page",
|
|
"footer.previous": "Previous",
|
|
"footer.next": "Next",
|
|
"meta.comments": "Comments",
|
|
"meta.source": "Source",
|
|
"search.language": "en",
|
|
"search.pipeline.stopwords": true,
|
|
"search.pipeline.trimmer": true,
|
|
"search.placeholder": "Search",
|
|
"search.result.placeholder": "Type to start searching",
|
|
"search.result.none": "No matching documents",
|
|
"search.result.one": "1 matching document",
|
|
"search.result.other": "# matching documents",
|
|
"search.tokenizer": "[\s\-]+",
|
|
"skip.link.title": "Skip to content",
|
|
"source.link.title": "Go to repository",
|
|
"toc.title": "Table of contents",
|
|
"last.update": "Last update"
|
|
}[key] }}{% endmacro %}
|