fix: include unfinished locales in QA builds (#3130)

* fix: uncomment czechia from Locale.cs

* Update Locale.cs
This commit is contained in:
nexpid 2024-10-12 22:51:25 +02:00 committed by GitHub
parent 30c6e2db1b
commit 2bc46cb3d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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