thanks lacy

This commit is contained in:
CWX
2025-05-02 20:36:27 +01:00
parent 7b22d93c60
commit dd6085af97
@@ -244,10 +244,7 @@ public class LocaleService(
public void RemoveCustomClientLocale(string locale, string localeKey)
{
if (customClientLocales.TryGetValue(locale, out var localeDict))
{
localeDict.Remove(localeKey);
}
customClientLocales.Remove(localeKey);
}
private void AddToDictionary(string locale, string localeKey, string localeValue,