From 57e74d2a46344df155ce1cffeeae3a8f5fcf924d Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Fri, 28 Mar 2025 19:47:00 +0000 Subject: [PATCH] update locale list --- Bloxstrap/Locale.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Bloxstrap/Locale.cs b/Bloxstrap/Locale.cs index f6e7699..f43a960 100644 --- a/Bloxstrap/Locale.cs +++ b/Bloxstrap/Locale.cs @@ -58,11 +58,14 @@ namespace Bloxstrap #endif { "pl", "Polski" }, // Polish #if QA_BUILD - { "pt-PT", "Portugese (European)" }, // Portuguese + { "pt-PT", "Portugese (European)" }, // Portuguese (TODO: translate) #endif { "pt-BR", "Português (Brasil)" }, // Portuguese, Brazilian { "ro", "Română" }, // Romanian { "ru", "Русский" }, // Russian +#if QA_BUILD + { "sr-CS", "Serbian (Latin)" }, // Serbian (TODO: translate) +#endif { "sv-SE", "Svenska" }, // Swedish { "th", "ภาษาไทย" }, // Thai { "tr", "Türkçe" }, // Turkish