diff --git a/tiramisu/i18n.py b/tiramisu/i18n.py index f4d4e0e..d021f0e 100644 --- a/tiramisu/i18n.py +++ b/tiramisu/i18n.py @@ -55,7 +55,8 @@ def get_translation() -> str: trans = translation(domain=app_name, localedir=translations_path, languages=[user_locale], - codeset='UTF-8') + ) +# codeset='UTF-8') except FileNotFoundError: log.debug('cannot found translation file for langage {} in localedir {}'.format(user_locale, translations_path))