mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[localecfg] Add missing import
This commit is contained in:
parent
cdcd45900b
commit
cf08e59501
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ import os
|
||||||
import re
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
|
import libcalamares
|
||||||
|
|
||||||
import gettext
|
import gettext
|
||||||
_ = gettext.translation("calamares-python",
|
_ = gettext.translation("calamares-python",
|
||||||
localedir=libcalamares.utils.gettext_path(),
|
localedir=libcalamares.utils.gettext_path(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue