mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Python-i18n: adjust for changed API
This commit is contained in:
parent
39f5af1fcc
commit
48cc1f0461
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ from libcalamares.utils import check_target_env_call, debug
|
|||
|
||||
import gettext
|
||||
_ = gettext.translation("calamares-python",
|
||||
localedir=libcalamares.utils.gettext_path,
|
||||
localedir=libcalamares.utils.gettext_path(),
|
||||
languages=libcalamares.utils.gettext_languages(),
|
||||
fallback=True).gettext
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue