Add Ukrainian Language

Co-authored-by: Gymnasiast <m.o.steenbeek@gmail.com>
This commit is contained in:
AuraSpecs 2024-02-23 20:37:48 +01:00 committed by GitHub
parent 325a3db436
commit d11a82aa4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 0 deletions

View File

@ -283,6 +283,7 @@ Appreciation for contributors who have provided substantial work, but are no lon
* Russian - (Soosisya)
* Spanish - Josué Acevedo (Wirlie), Diego Mateos (dimateos), (frenchiveruti), (mdtrooper), Daniel Trujillo Viedma (gDanix); small fixes: (teapartycthulu)
* Swedish - (Jinxit), (mharrys), (Slimeyo), Matte Andersson (Nubbie)
* Ukrainian - (CsyeCokTheSolly), (Veydzher), (Saba4ara)
## Graphics
* Yannic Geurts (xzbobzx) - OpenRCT2 Logo

View File

@ -1,5 +1,6 @@
0.4.9 (in development)
------------------------------------------------------------------------
- Feature: [#20376] Add Ukrainian language.
- Feature: [#20709] [Plugin] Plugins can now check metadata from all registered plugins.
- Feature: [#21376] Add option to reload an object (for object developers).
- Improved: [#21356] Resize the title bar when moving between displays with different scaling factors on Windows systems.

View File

@ -49,6 +49,7 @@ const LanguageDescriptor LanguagesDescriptors[LANGUAGE_COUNT] =
{ "fi-FI", "Finnish", "Suomi", LANGUAGE_UNDEFINED, FAMILY_OPENRCT2_SPRITE, false }, // LANGUAGE_FINNISH
{ "sv-SE", "Swedish", "Svenska", LANGUAGE_UNDEFINED, FAMILY_OPENRCT2_SPRITE, false }, // LANGUAGE_SWEDISH
{ "tr-TR", "Turkish", "Türkçe", LANGUAGE_UNDEFINED, FAMILY_OPENRCT2_SPRITE, false }, // LANGUAGE_TURKISH
{ "uk-UA", "Ukrainian", u8"Українська", LANGUAGE_UNDEFINED, FAMILY_OPENRCT2_SPRITE, false }, // LANGUAGE_UKRAINIAN
{ "vi-VN", "Vietnamese", "Vietnamese", LANGUAGE_UNDEFINED, FAMILY(&TTFFamilySansSerif), false }, // LANGUAGE_VIETNAMESE
};
// clang-format on

View File

@ -43,6 +43,7 @@ enum
LANGUAGE_FINNISH,
LANGUAGE_SWEDISH,
LANGUAGE_TURKISH,
LANGUAGE_UKRAINIAN,
LANGUAGE_VIETNAMESE,
LANGUAGE_COUNT
};

View File

@ -604,6 +604,7 @@ namespace Platform
{ L"fi", LANGUAGE_FINNISH },
{ L"sv", LANGUAGE_SWEDISH },
{ L"tr", LANGUAGE_TURKISH },
{ L"uk", LANGUAGE_UKRAINIAN },
{ L"vi", LANGUAGE_VIETNAMESE },
};
static_assert(