From caebb69f700d81de8b8535926c57522728dcfa68 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:43:49 +0000 Subject: [PATCH] fix danish language code --- Bloxstrap/Locale.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/Locale.cs b/Bloxstrap/Locale.cs index 3591031..0824538 100644 --- a/Bloxstrap/Locale.cs +++ b/Bloxstrap/Locale.cs @@ -27,7 +27,7 @@ namespace Bloxstrap { "cs", "Čeština" }, // Czech { "de", "Deutsch" }, // German #if QA_BUILD - { "dk", "Dansk" }, // Danish + { "da", "Dansk" }, // Danish #endif { "es-ES", "Español" }, // Spanish #if QA_BUILD