mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
Python-i18n: implement gettext functions in libcalamares.utils
- remove Job.gettextPath - add libcalamares.utils.gettext_path() - add libcalamares.utils.gettext_lang() - modify examples in main.py - add some gettext debug-output from dummypython - correct namespace mis-labeling - provide two forms of GlobalStorage - regular use, has a JobQueue with storage - testing use, creates GlobalStorage separately, provide independent access to that for Python.
This commit is contained in:
parent
5326e9ee06
commit
74be2fd098
7 changed files with 55 additions and 21 deletions
|
@ -316,4 +316,4 @@ Helper::handleLastError()
|
|||
}
|
||||
|
||||
|
||||
} // namespace Calamares
|
||||
} // namespace CalamaresPython
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue