Small minimalist structure to store basic information about available translations. More...
#include <klfmain.h>

Public Member Functions | |
| KLFTranslationInfo () | |
Public Attributes | |
| QString | localename |
| QString | translatedname |
| bool | hasnicetranslatedname |
| TRUE if the translatedname was provided by translator itself. More... | |
Small minimalist structure to store basic information about available translations.
Intended for settings dialog to read.
To manage translation files, see KLFI18nFile.
| bool KLFTranslationInfo::hasnicetranslatedname |
TRUE if the translatedname was provided by translator itself.
and FALSE if the name was guessed.
Definition at line 221 of file klfmain.h.
Referenced by klf_add_avail_translation().
| QString KLFTranslationInfo::localename |
Definition at line 216 of file klfmain.h.
Referenced by klf_add_avail_translation(), and KLFSettings::populateLocaleCombo().
| QString KLFTranslationInfo::translatedname |
Definition at line 217 of file klfmain.h.
Referenced by klf_add_avail_translation(), and KLFSettings::populateLocaleCombo().