diff --git a/src/i18n.py b/src/i18n.py index 59eb45083..cfb548f7c 100644 --- a/src/i18n.py +++ b/src/i18n.py @@ -61,6 +61,8 @@ def getLocaleFromRegistryCache(): currentLocale = registry._cache['supybot.language'] except KeyError: pass + else: + reloadLocales() def import_conf(): """Imports the conf into this module"""