mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix: include unfinished locales in QA builds (#3130)
* fix: uncomment czechia from Locale.cs * Update Locale.cs
This commit is contained in:
parent
30c6e2db1b
commit
2bc46cb3d0
@ -20,11 +20,11 @@ namespace Bloxstrap
|
|||||||
{ "bn", "বাংলা" },
|
{ "bn", "বাংলা" },
|
||||||
{ "bs", "Bosanski" },
|
{ "bs", "Bosanski" },
|
||||||
#if QA_BUILD
|
#if QA_BUILD
|
||||||
// { "cs", "Čeština" },
|
{ "cs", "Čeština" },
|
||||||
#endif
|
#endif
|
||||||
{ "de", "Deutsch" },
|
{ "de", "Deutsch" },
|
||||||
#if QA_BUILD
|
#if QA_BUILD
|
||||||
// { "dk", "Dansk" },
|
{ "dk", "Dansk" },
|
||||||
#endif
|
#endif
|
||||||
{ "es-ES", "Español" },
|
{ "es-ES", "Español" },
|
||||||
#if QA_BUILD
|
#if QA_BUILD
|
||||||
|
Loading…
Reference in New Issue
Block a user