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:
Adriaan de Groot 2017-08-15 22:50:26 +02:00
parent 5326e9ee06
commit 74be2fd098
7 changed files with 55 additions and 21 deletions

View file

@ -316,4 +316,4 @@ Helper::handleLastError()
}
} // namespace Calamares
} // namespace CalamaresPython