683bad19fc
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. |
||
---|---|---|
.. | ||
checker | ||
tests | ||
CMakeLists.txt | ||
Config.cpp | ||
Config.h | ||
language-icon-48px.png | ||
language-icon-48px.png.license | ||
language-icon-128px.png | ||
language-icon-128px.png.license | ||
Tests.cpp | ||
welcome.conf | ||
welcome.qrc | ||
welcome.schema.yaml | ||
WelcomePage.cpp | ||
WelcomePage.h | ||
WelcomePage.ui | ||
WelcomeViewStep.cpp | ||
WelcomeViewStep.h |