8ea4091c7b
- 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. |
||
---|---|---|
.. | ||
cldr-extractor.py | ||
CountryData_p.cpp | ||
Label.cpp | ||
Label.h | ||
LabelModel.cpp | ||
LabelModel.h | ||
Lookup.cpp | ||
Lookup.h | ||
Tests.cpp | ||
Tests.h | ||
TranslatableConfiguration.cpp | ||
TranslatableConfiguration.h |