calamares/src/modules/welcome
Adriaan de Groot 683bad19fc i18n: introduce a "TranslationFix"
This is intended to apply translations to some common Qt UI components.

Example: a QMessageBox with standard buttons OK and Cancel; the text
for that is determined at startup using the system locale, and later
changes to the current locale or the current translation catalog,
do not affect OK and Cancel. It might be possible to load a catalog
with the right translation strings, except that there is no way to
know what the context or catalog **is** for the strings that are
used to label standard buttons: they can come from Qt base, or
the platform, or the theme. Merely loading the Qt Base translations
for the correct language does not help, because those translations
do not contain an "OK" string with the context used for standard
buttons.

Do the translation by hand; then we have all of the Calamares
languages covered, too, which is more than the Qt translations do.
2021-09-08 11:14:46 +02:00
..
checker [welcome] Fix up and expand tests 2021-09-06 12:35:24 +02:00
tests [welcome] add SPDX-tags to test-data 2021-09-03 21:21:44 +02:00
CMakeLists.txt [welcome] [welcomeq] Move requirements to Config 2021-08-26 16:39:55 +02:00
Config.cpp Merge branch 'calamares' into refactor-translation 2021-09-06 15:38:42 +02:00
Config.h Merge branch 'calamares' into refactor-translation 2021-09-06 15:38:42 +02:00
language-icon-48px.png [welcome] Add standard language-chooser icon 2019-04-18 22:38:12 +02:00
language-icon-48px.png.license REUSE: (GPL-3.0-or-later) C++ modules 2020-08-26 02:22:49 +02:00
language-icon-128px.png [welcome] Add standard language-chooser icon 2019-04-18 22:38:12 +02:00
language-icon-128px.png.license REUSE: (GPL-3.0-or-later) C++ modules 2020-08-26 02:22:49 +02:00
Tests.cpp [welcome] Fix up and expand tests 2021-09-06 12:35:24 +02:00
welcome.conf [welcome] Load potentially a list of URLs to check 2021-08-01 23:52:27 +02:00
welcome.qrc [welcome] using config for both qcc2 or qwidgets 2020-03-11 14:48:06 +01:00
welcome.schema.yaml REUSE: (GPL-3.0-or-later) all the schema files 2020-08-26 02:01:58 +02:00
WelcomePage.cpp i18n: introduce a "TranslationFix" 2021-09-08 11:14:46 +02:00
WelcomePage.h [libcalamares] Rename files Label -> Translation 2021-07-28 14:22:28 +02:00
WelcomePage.ui REUSE: use <author> tag in .ui for license info 2020-08-26 02:05:46 +02:00
WelcomeViewStep.cpp [welcome] [welcomeq] Move requirements to Config 2021-08-26 16:39:55 +02:00
WelcomeViewStep.h [welcome] [welcomeq] Move requirements to Config 2021-08-26 16:39:55 +02:00