Adriaan de Groot
34230276e3
Python-i18n: extend test-script with language setting
2017-08-16 16:51:56 +02:00
Adriaan de Groot
78b3c8ed32
Python-i18n: allow None as a gettext path (searches default)
2017-08-16 16:45:34 +02:00
Adriaan de Groot
74be2fd098
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.
2017-08-16 10:53:11 +02:00
Adriaan de Groot
5326e9ee06
Python-style: sharp-eyed KK spots a typo
2017-08-15 14:10:56 +02:00
Adriaan de Groot
d4c714c400
Python: fix up testing script
...
- Didn't run at all (at least since v3.1) because of mismatch between
GlobalStorage constructor arguments and use; special-case None
in the C++ code to allocate a new GlobalStorage object.
2017-08-15 13:58:43 +02:00
Adriaan de Groot
f509000215
Python-style: cut-and-paste accident
2017-08-15 13:36:51 +02:00
Adriaan de Groot
49384ef01f
Python-style: fix derpy workaround for PEP8
2017-08-15 13:29:39 +02:00
Adriaan de Groot
6370898154
Python-i18n: make it compile again
2017-08-15 13:21:17 +02:00
Adriaan de Groot
cbfdd8690d
Python-i18n: WIP, moving API to libcalamares.utils
2017-08-15 12:31:47 +02:00
Adriaan de Groot
1dbe7c29e2
Python-i18n: prepare for move of API to libcalamares.utils, be less verbose
2017-08-15 12:30:19 +02:00
Adriaan de Groot
fdb4be8189
Python-i18n: be explicit about parameters
2017-08-15 11:46:25 +02:00
Adriaan de Groot
c694792e4f
Python-style: pep8 fixes
2017-08-15 11:39:58 +02:00
Adriaan de Groot
22c0ee5dbb
Python-i18n: install gettext .mo files into system locale dir
2017-08-15 10:34:28 +02:00
Calamares CI
0121896a70
[python] Automatic merge of Transifex translations
2017-08-15 09:01:09 +02:00
Calamares CI
2cd4172d6e
[desktop] Automatic merge of Transifex translations
2017-08-15 09:01:09 +02:00
Calamares CI
0378bee397
[core] Automatic merge of Transifex translations
2017-08-15 09:01:08 +02:00
Adriaan de Groot
d523a44407
Merge branch 'master' into i18n-pythonjob
2017-08-10 16:06:39 -04:00
Adriaan de Groot
40c3b3dd04
Modules: initramfscfg copy files from own install-dir
...
FIXES #770
2017-08-10 16:04:02 -04:00
Adriaan de Groot
f0a143cd5c
PythonJob: switching between C++ and Python is hard
2017-08-10 15:45:38 -04:00
Adriaan de Groot
58b2abc9ac
Merge pull request #771 from n3rdopolis/patch-1
...
Correct update-initramfs command (add -t for cases where there already is one on disk)
2017-08-10 15:43:13 -04:00
Calamares CI
b4a5f65f8a
[python] Automatic merge of Transifex translations
2017-08-10 15:39:24 -04:00
Calamares CI
8052b6d6f6
[dummypythonqt] Automatic merge of Transifex translations
2017-08-10 15:39:24 -04:00
Calamares CI
cf6d4744ea
[desktop] Automatic merge of Transifex translations
2017-08-10 15:39:24 -04:00
Calamares CI
cc369c013c
[core] Automatic merge of Transifex translations
2017-08-10 15:39:24 -04:00
Adriaan de Groot
33bc669591
Python-i18n: trivial example adding _ to python jobs
...
- add to dummypython
- also add to machineid
2017-08-10 15:39:24 -04:00
Adriaan de Groot
b922d88b0f
Python-i18n: add a gettext_path for python job modules
2017-08-10 15:39:24 -04:00
Adriaan de Groot
9f5ff55ba2
Python-i18n: tx pull and push improvements
...
- python jobmodule translations
- only keep top-level desktop file
2017-08-10 10:42:03 -04:00
Adriaan de Groot
34c3bc6c85
CMake: shuffle translations macros into CMakeModules/
2017-08-10 10:40:41 -04:00
Adriaan de Groot
be04b12597
Modules: tidy debugging in dummypython
2017-08-09 11:02:25 -04:00
Adriaan de Groot
2dc019493d
Modules: docs for users.conf
2017-08-09 10:59:14 -04:00
Adriaan de Groot
5ebbc00334
i18n: document txpush, de-bash
2017-08-09 05:35:47 -04:00
Calamares CI
6537a054de
[dummypythonqt] Automatic merge of Transifex translations
2017-08-09 07:20:44 +09:00
Calamares CI
48293dd9b0
[desktop] Automatic merge of Transifex translations
2017-08-09 07:19:38 +09:00
Calamares CI
640cc64a35
[core] Automatic merge of Transifex translations
2017-08-09 07:19:37 +09:00
Adriaan de Groot
e1ba93a0c2
i18n: document txpull, de-bash
2017-08-09 07:19:37 +09:00
Adriaan de Groot
ca3b10002b
Modules: minor cleanup + docs
2017-08-09 05:45:09 +09:00
Calamares CI
b78b9761c5
[desktop] Automatic merge of Transifex translations
2017-08-09 05:15:58 +09:00
Calamares CI
96e38ddf68
[core] Automatic merge of Transifex translations
2017-08-09 05:15:58 +09:00
Adriaan de Groot
d79c9aa45a
CI: also install the build
2017-08-09 00:00:32 +09:00
Adriaan de Groot
7688ab7ad3
CMake: typos in filenames (thanks Riddell)
2017-08-08 23:59:15 +09:00
Adriaan de Groot
9737041e66
Locale: extend prettyStatus()
...
Add description of language and number formats to pretty status.
This is shown in the summary page. Refactor a little to produce
the strings only in one place. Constify methods.
FIXES : #564
2017-08-08 17:29:44 +04:30
Adriaan de Groot
a718eb76cb
Docs: code-documentation about summary page
2017-08-08 07:54:38 -04:00
Adriaan de Groot
11b37e8be9
i18n: initial translations for .desktop
2017-08-08 04:14:22 -04:00
Adriaan de Groot
e94ea438fb
i18n: extend .desktop tooling-support
2017-08-08 04:11:19 -04:00
Adriaan de Groot
0483d73656
i18n: updated Dutch translations
2017-08-08 04:11:00 -04:00
Adriaan de Groot
23ed9be130
i18n: translations (stub) of desktop files
2017-08-08 04:05:42 -04:00
Adriaan de Groot
95bba00671
i18n: add .desktop file to translations
2017-08-08 03:55:34 -04:00
Calamares CI
c00350551f
[dummypythonqt] Automatic merge of Transifex translations
2017-08-08 03:21:32 -04:00
Calamares CI
6145812b83
[core] Automatic merge of Transifex translations
2017-08-08 03:21:31 -04:00
Adriaan de Groot
17a6ca2207
i18n: automatic i18n merges are down
2017-08-08 03:20:16 -04:00