2017-01-06 20:48:32 +03:00
|
|
|
{% macro t(key) %}{{ {
|
2017-04-22 15:51:41 +03:00
|
|
|
"language": "en",
|
2017-01-06 21:18:17 +03:00
|
|
|
"edit.link.title": "Edit this page",
|
2017-01-06 20:48:32 +03:00
|
|
|
"footer.previous": "Previous",
|
|
|
|
"footer.next": "Next",
|
2017-03-11 16:07:07 +03:00
|
|
|
"meta.comments": "Comments",
|
|
|
|
"meta.source": "Source",
|
2017-06-01 10:14:10 +03:00
|
|
|
"search.languages": "",
|
2017-01-06 20:48:32 +03:00
|
|
|
"search.placeholder": "Search",
|
2017-03-16 18:04:43 +03:00
|
|
|
"search.result.placeholder": "Type to start searching",
|
|
|
|
"search.result.none": "No matching documents",
|
|
|
|
"search.result.one": "1 matching document",
|
|
|
|
"search.result.other": "# matching documents",
|
2017-07-27 23:48:47 +03:00
|
|
|
"search.tokenizer": "",
|
2017-01-06 20:48:32 +03:00
|
|
|
"source.link.title": "Go to repository",
|
|
|
|
"toc.title": "Table of contents"
|
|
|
|
}[key] }}{% endmacro %}
|