Python-i18n: be explicit about parameters
This commit is contained in:
parent
c694792e4f
commit
fdb4be8189
@ -34,9 +34,9 @@ import os
|
|||||||
from time import gmtime, strftime, sleep
|
from time import gmtime, strftime, sleep
|
||||||
|
|
||||||
import gettext
|
import gettext
|
||||||
_ = gettext.translation("python",
|
_ = gettext.translation("calamares-python",
|
||||||
libcalamares.job.gettext_path,
|
localedir=libcalamares.job.gettext_path,
|
||||||
libcalamares.globalstorage.gettext_languages(),
|
languages=libcalamares.globalstorage.gettext_languages(),
|
||||||
fallback=True).gettext
|
fallback=True).gettext
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,9 +25,9 @@ import os
|
|||||||
from libcalamares.utils import check_target_env_call, debug
|
from libcalamares.utils import check_target_env_call, debug
|
||||||
|
|
||||||
import gettext
|
import gettext
|
||||||
_ = gettext.translation("python",
|
_ = gettext.translan getion("calamares-python",
|
||||||
libcalamares.job.gettext_path,
|
localedir=libcalamares.job.gettext_path,
|
||||||
libcalamares.globalstorage.gettext_languages(),
|
languages=libcalamares.globalstorage.gettext_languages(),
|
||||||
fallback=True).gettext
|
fallback=True).gettext
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user