1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-01-05 10:20:36 +02:00

Merge pull request #701 from gunchleoc/main

Fix English language name for uk locale
This commit is contained in:
Piero Toffanin 2024-10-22 13:25:33 -04:00 committed by GitHub
commit 22ae302f6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View File

@ -295,10 +295,6 @@ msgstr ""
msgid "Turkish"
msgstr ""
#: libretranslate/locales/.langs.py:45
msgid "Ukranian"
msgstr ""
#: libretranslate/locales/.langs.py:46
msgid "Urdu"
msgstr ""

View File

@ -1,4 +1,4 @@
{
"name": "Ukranian",
"name": "Ukrainian",
"reviewed": true
}