Python-i18n: adjust for changed API
This commit is contained in:
parent
39f5af1fcc
commit
48cc1f0461
@ -26,7 +26,7 @@ from libcalamares.utils import check_target_env_call, debug
|
|||||||
|
|
||||||
import gettext
|
import gettext
|
||||||
_ = gettext.translation("calamares-python",
|
_ = gettext.translation("calamares-python",
|
||||||
localedir=libcalamares.utils.gettext_path,
|
localedir=libcalamares.utils.gettext_path(),
|
||||||
languages=libcalamares.utils.gettext_languages(),
|
languages=libcalamares.utils.gettext_languages(),
|
||||||
fallback=True).gettext
|
fallback=True).gettext
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user