mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-06-23 23:00:23 -07:00
Compare commits
3 Commits
e2dd3e7f60
...
6d03eaaded
Author | SHA1 | Date | |
---|---|---|---|
|
6d03eaaded | ||
|
e18da47917 | ||
|
7e3a342789 |
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user