mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Fixed syntax error in Russian translations (#3319)
Comma was missing before the last item This caused a crash during the documentation build File "..\Python\Python310\lib\site-packages\material\partials\languages\ru.html", line 36, in template jinja2.exceptions.TemplateSyntaxError: expected token ':', got ','
This commit is contained in:
parent
ba539c7f5b
commit
f851cb1603
@ -53,6 +53,6 @@
|
|||||||
"source.file.date.updated": "Последнее обновление",
|
"source.file.date.updated": "Последнее обновление",
|
||||||
"source.file.date.created": "Дата создания",
|
"source.file.date.created": "Дата создания",
|
||||||
"tabs.title": "Вкладки",
|
"tabs.title": "Вкладки",
|
||||||
"toc.title": "Содержание раздела"
|
"toc.title": "Содержание раздела",
|
||||||
"top.title": "К началу"
|
"top.title": "К началу"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
Loading…
Reference in New Issue
Block a user