calamares/src/libcalamares/locale
Adriaan de Groot 8ea4091c7b [libcalamares] Add a TranslatedString class to locale/
- While QObject::tr and gettext give us translations **most** of the
   time via the translation mechanism, we sometimes have strings
   embedded in configuration files that need to be shown to people
   as well. Follow the .desktop style in handling this.
 - A key's value **might** be translated; use `key[lang]` for the
   translation into one of the languages that Calamares understands.
   Code that expects a translated (human-readable) string in a configuration
   file can use TranslatedString to collect all the translations of a
   given key, so that it displays the right string from the configuration
   when needed.
2019-08-04 22:56:41 +02:00
..
cldr-extractor.py [libcalamares] Don't format generated files of CLDR data 2019-08-04 22:16:33 +02:00
CountryData_p.cpp [libcalamares] Don't format generated files of CLDR data 2019-08-04 22:16:33 +02:00
Label.cpp [libcalamares] Apply current coding style to libcalamares/locale/ 2019-08-04 22:17:12 +02:00
Label.h [libcalamares] Apply current coding style to libcalamares/locale/ 2019-08-04 22:17:12 +02:00
LabelModel.cpp [libcalamares] Apply current coding style to libcalamares/locale/ 2019-08-04 22:17:12 +02:00
LabelModel.h [libcalamares] Apply current coding style to libcalamares/locale/ 2019-08-04 22:17:12 +02:00
Lookup.cpp [libcalamares] Apply current coding style to libcalamares/locale/ 2019-08-04 22:17:12 +02:00
Lookup.h [libcalamares] Apply current coding style to libcalamares/locale/ 2019-08-04 22:17:12 +02:00
Tests.cpp [libcalamares] Apply current coding style to libcalamares/locale/ 2019-08-04 22:17:12 +02:00
Tests.h [libcalamares] Add tests for the locale service 2019-06-18 15:27:59 +02:00
TranslatableConfiguration.cpp [libcalamares] Add a TranslatedString class to locale/ 2019-08-04 22:56:41 +02:00
TranslatableConfiguration.h [libcalamares] Add a TranslatedString class to locale/ 2019-08-04 22:56:41 +02:00