diff --git a/ChatTwo/Configuration.cs b/ChatTwo/Configuration.cs index 188d116..a1d8442 100755 --- a/ChatTwo/Configuration.cs +++ b/ChatTwo/Configuration.cs @@ -246,7 +246,7 @@ internal static class LanguageOverrideExt { LanguageOverride.Spanish => "EspaƱol", _ => throw new ArgumentOutOfRangeException(nameof(mode), mode, null), }; - + internal static string Code(this LanguageOverride mode) => mode switch { LanguageOverride.None => "", LanguageOverride.English => "en",