mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
6d3d1301e2
* Update issue templates Add `translate.md` * Update link to new translation issue
1.2 KiB
1.2 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Translate | Help translate Material into more languages | New translation: {Insert language} | enhancement |
Instructions
- Check, if your language is already available: here
- If it isn't, please translate the labels on the right:
{% 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",
"source.revision.date": "Last update",
"toc.title": "Table of contents"
}[key] }}{% endmacro %}
Thanks!