Add Ukrainian translation

Provided by strange-sparrow in
https://github.com/Beep6581/RawTherapee/issues/7216.
This commit is contained in:
Lawrence Lee 2024-10-26 12:10:04 -07:00
parent 00360a6dbb
commit 1d03fba1c4
No known key found for this signature in database
GPG Key ID: 048FF2B76A63895F
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)");
}