From f851cb1603148e0d9d362b0873387fd744d8fe60 Mon Sep 17 00:00:00 2001 From: arterm-sedov <66188814+arterm-sedov@users.noreply.github.com> Date: Tue, 7 Dec 2021 15:20:35 +0300 Subject: [PATCH] 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 ',' --- src/partials/languages/ru.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partials/languages/ru.html b/src/partials/languages/ru.html index 1c6dfd990..35f209a47 100644 --- a/src/partials/languages/ru.html +++ b/src/partials/languages/ru.html @@ -53,6 +53,6 @@ "source.file.date.updated": "Последнее обновление", "source.file.date.created": "Дата создания", "tabs.title": "Вкладки", - "toc.title": "Содержание раздела" + "toc.title": "Содержание раздела", "top.title": "К началу" }[key] }}{% endmacro %}