@@ -16,7 +16,7 @@ def load_translations(lang):
try:
config = ConfigParser()
config.read(f'translations/{lang}.ini')
config.read(f'locale/{lang}.ini')
for section in config.sections():
translations_cache[lang][section] = dict(config.items(section))
except:
The note is not visible to the blocked user.