diff --git a/Iceshrimp.Frontend/Core/Miscellaneous/LanguageHelper.cs b/Iceshrimp.Frontend/Core/Miscellaneous/LanguageHelper.cs index 4fa7b34d..f14f1181 100644 --- a/Iceshrimp.Frontend/Core/Miscellaneous/LanguageHelper.cs +++ b/Iceshrimp.Frontend/Core/Miscellaneous/LanguageHelper.cs @@ -138,6 +138,6 @@ public static class LanguageHelper "zu" ]; - public static Dictionary Bcp47Languages => + public static readonly Dictionary Bcp47Languages = Bcp47.ToDictionary(c => c, c => CultureInfo.GetCultureInfo(c).NativeName); }