Skip to content

Commit

Permalink
fix: include unfinished locales in QA builds (#3130)
Browse files Browse the repository at this point in the history
* fix: uncomment czechia from Locale.cs

* Update Locale.cs
  • Loading branch information
nexpid authored Oct 12, 2024
1 parent 30c6e2d commit 2bc46cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bloxstrap/Locale.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ internal static class Locale
{ "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
Expand Down

0 comments on commit 2bc46cb

Please sign in to comment.