Enable Ukrainian

This commit is contained in:
rubenwardy 2023-03-29 16:15:23 +01:00
parent 671b975a68
commit 634fafc880
2 changed files with 3 additions and 2 deletions

@ -44,6 +44,7 @@ app.config["LANGUAGES"] = {
"ru": "русский язык",
"sk": "Slovenčina",
"sv": "Svenska",
"uk": "Українська",
"vi": "tiếng Việt",
"zh_Hans": "汉语",
}

@ -1993,7 +1993,7 @@ msgstr "Теми форуму"
#: app/templates/todo/editor.html:85
#, python-format
msgid "%(title)s by %(display_name)s"
msgstr "%(title)s до %(author)s"
msgstr "%(title)s до %(display_name)s"
#: app/templates/modnames/view.html:35
msgid "Required By"
@ -2077,7 +2077,7 @@ msgstr "Наразі поле імені гілки використовуєть
#: app/templates/packages/create_edit.html:5
#, python-format
msgid "Edit - %(title)s"
msgstr "Редагувати - %(name)s"
msgstr "Редагувати - %(title)s"
#: app/templates/packages/create_edit.html:10
#: app/templates/packages/create_edit.html:32