mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 23:50:13 +01:00
Merge branch 'master' into feature/material-v9
This commit is contained in:
commit
ac81f13be2
32
.github/ISSUE_TEMPLATE/translate.yml
vendored
32
.github/ISSUE_TEMPLATE/translate.yml
vendored
@ -24,16 +24,21 @@ body:
|
|||||||
{% macro t(key) %}{{ {
|
{% macro t(key) %}{{ {
|
||||||
"language": "en",
|
"language": "en",
|
||||||
"direction": "ltr",
|
"direction": "ltr",
|
||||||
|
"announce.dismiss": "Don't show this again",
|
||||||
"clipboard.copy": "Copy to clipboard",
|
"clipboard.copy": "Copy to clipboard",
|
||||||
"clipboard.copied": "Copied to clipboard",
|
"clipboard.copied": "Copied to clipboard",
|
||||||
"edit.link.title": "Edit this page",
|
"consent.accept": "Accept",
|
||||||
"footer.previous": "Previous",
|
"consent.manage": "Manage settings",
|
||||||
|
"consent.reject": "Reject",
|
||||||
|
"edit.link": "Edit this page",
|
||||||
|
"footer": "Footer",
|
||||||
"footer.next": "Next",
|
"footer.next": "Next",
|
||||||
"footer.title": "Footer",
|
"footer.previous": "Previous",
|
||||||
"header.title": "Header",
|
"header": "Header",
|
||||||
"meta.comments": "Comments",
|
"meta.comments": "Comments",
|
||||||
"meta.source": "Source",
|
"meta.source": "Source",
|
||||||
"nav.title": "Navigation",
|
"nav": "Navigation",
|
||||||
|
"search": "Search",
|
||||||
"search.placeholder": "Search",
|
"search.placeholder": "Search",
|
||||||
"search.share": "Share",
|
"search.share": "Share",
|
||||||
"search.reset": "Clear",
|
"search.reset": "Clear",
|
||||||
@ -45,16 +50,15 @@ body:
|
|||||||
"search.result.more.one": "1 more on this page",
|
"search.result.more.one": "1 more on this page",
|
||||||
"search.result.more.other": "# more on this page",
|
"search.result.more.other": "# more on this page",
|
||||||
"search.result.term.missing": "Missing",
|
"search.result.term.missing": "Missing",
|
||||||
"search.title": "Search",
|
"select.language": "Select language",
|
||||||
"select.language.title": "Select language",
|
"select.version": "Select version",
|
||||||
"select.version.title": "Select version",
|
"skip.link": "Skip to content",
|
||||||
"skip.link.title": "Skip to content",
|
|
||||||
"source.link.title": "Go to repository",
|
|
||||||
"source.file.date.updated": "Last update",
|
|
||||||
"source.file.date.created": "Created",
|
"source.file.date.created": "Created",
|
||||||
"tabs.title": "Tabs",
|
"source.file.date.updated": "Last update",
|
||||||
"toc.title": "Table of contents",
|
"source.link": "Go to repository",
|
||||||
"top.title": "Back to top"
|
"tabs": "Tabs",
|
||||||
|
"toc": "Table of contents",
|
||||||
|
"top": "Back to top"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
render: jinja
|
render: jinja
|
||||||
validations:
|
validations:
|
||||||
|
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -3,7 +3,7 @@
|
|||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Application",
|
"name": "Application",
|
||||||
"type": "pwa-chrome",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"runtimeArgs": [
|
"runtimeArgs": [
|
||||||
"--disable-features=Translate",
|
"--disable-features=Translate",
|
||||||
|
Loading…
Reference in New Issue
Block a user