2017-01-06 18:48:32 +01:00
|
|
|
{% macro t(key) %}{{ {
|
2017-04-22 14:51:41 +02:00
|
|
|
"language": "en",
|
2017-01-06 19:18:17 +01:00
|
|
|
"edit.link.title": "Edit this page",
|
2017-01-06 18:48:32 +01:00
|
|
|
"footer.previous": "Previous",
|
|
|
|
"footer.next": "Next",
|
2017-03-11 14:07:07 +01:00
|
|
|
"meta.comments": "Comments",
|
|
|
|
"meta.source": "Source",
|
2017-06-01 09:14:10 +02:00
|
|
|
"search.languages": "",
|
2017-01-06 18:48:32 +01:00
|
|
|
"search.placeholder": "Search",
|
2017-03-16 16:04:43 +01: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-08-02 14:09:13 +02:00
|
|
|
"search.tokenizer": "[\s\-]+",
|
2017-01-06 18:48:32 +01:00
|
|
|
"source.link.title": "Go to repository",
|
|
|
|
"toc.title": "Table of contents"
|
|
|
|
}[key] }}{% endmacro %}
|