mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
Python-style: cut-and-paste accident
This commit is contained in:
parent
49384ef01f
commit
f509000215
1 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ 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.translan getion("calamares-python",
|
_ = gettext.translantion("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…
Add table
Add a link
Reference in a new issue