From 2bc46cb3d001dd41156a373cdbe347119a944b9f Mon Sep 17 00:00:00 2001 From: nexpid <60316309+nexpid@users.noreply.github.com> Date: Sat, 12 Oct 2024 22:51:25 +0200 Subject: [PATCH] fix: include unfinished locales in QA builds (#3130) * fix: uncomment czechia from Locale.cs * Update Locale.cs --- Bloxstrap/Locale.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bloxstrap/Locale.cs b/Bloxstrap/Locale.cs index 5e82f1be..ed269be0 100644 --- a/Bloxstrap/Locale.cs +++ b/Bloxstrap/Locale.cs @@ -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