mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 00:51:30 -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", "বাংলা" },
|
||||
{ "bs", "Bosanski" },
|
||||
#if QA_BUILD
|
||||
// { "cs", "Čeština" },
|
||||
{ "cs", "Čeština" },
|
||||
#endif
|
||||
{ "de", "Deutsch" },
|
||||
#if QA_BUILD
|
||||
// { "dk", "Dansk" },
|
||||
{ "dk", "Dansk" },
|
||||
#endif
|
||||
{ "es-ES", "Español" },
|
||||
#if QA_BUILD
|
||||
|
Loading…
Reference in New Issue
Block a user