Merge pull request #7231 from Beep6581/ukrainian

Ukrainian translation
This commit is contained in:
Lawrence37 2024-11-24 16:06:52 -08:00 committed by GitHub
commit df5f1b31f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4427 additions and 0 deletions

View File

@ -75,6 +75,7 @@ Other contributors (profiles, ideas, mockups, testing, forum activity, translati
Kostia (Kildor) Romanov
Henning Sidow
Kalle Söderman
strange-sparrow
Wayne Sutton
Johan Thor
Vitalis Tiknius

4425
rtdata/languages/Ukrainian Normal file

File diff suppressed because it is too large Load Diff

View File

@ -76,6 +76,7 @@ struct LocaleToLang : private std::map<std::pair<Glib::ustring, Glib::ustring>,
emplace (key ("fi", "" ), "Suomi");
emplace (key ("sv", "SE"), "Swedish");
emplace (key ("tr", "" ), "Turkish");
emplace (key ("uk", "" ), "Ukrainian");
emplace (key ("zh", "CN"), "Chinese (Simplified)");
emplace (key ("zh", "SG"), "Chinese (Traditional)");
}