Compare commits

...

3 Commits

Author SHA1 Message Date
bluepilledgreat
6d03eaaded update icelandic translation
Some checks failed
CI (Debug) / build (push) Has been cancelled
CI (Release) / build (push) Has been cancelled
CI (Release) / release (push) Has been cancelled
CI (Release) / release-test (push) Has been cancelled
2025-03-15 13:01:37 +00:00
bluepilledgreat
e18da47917 update zh-hk translation 2025-03-15 12:07:57 +00:00
bluepilledgreat
7e3a342789 update estonian translation 2025-03-15 11:14:40 +00:00

View File

@ -44,7 +44,7 @@ namespace Bloxstrap
{ "hr", "Hrvatski" }, // Croatian
{ "hu", "Magyar" }, // Hungarian
#if QA_BUILD
{ "is", "Icelandic" }, // Icelandic (TODO: translate string)
{ "is", "Íslenska" }, // Icelandic
#endif
{ "id", "Bahasa Indonesia" }, // Indonesian
{ "it", "Italiano" }, // Italian
@ -57,7 +57,7 @@ namespace Bloxstrap
{ "ms", "Malay" }, // Malay
{ "nl", "Nederlands" }, // Dutch
#if QA_BUILD
{ "et", "Estonian" }, // Estonian (TODO: translate string)
{ "et", "Eesti Keel" }, // Estonian
{ "no", "Bokmål" }, // Norwegian
#endif
{ "pl", "Polski" }, // Polish
@ -71,7 +71,7 @@ namespace Bloxstrap
{ "vi", "Tiếng Việt" }, // Vietnamese
{ "zh-CN", "中文 (简体)" }, // Chinese Simplified
#if QA_BUILD
{ "zh-HK", "中文 (廣東話)" }, // Chinese Traditional, Hong Kong
{ "zh-HK", "中文 (香港)" }, // Chinese Traditional, Hong Kong
#endif
{ "zh-TW", "中文 (繁體)" } // Chinese Traditional
};