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. |
Small minimalist structure to store basic information about available translations.
Intended for settings dialog to read.
To manage translation files, see KLFI18nFile.
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().
Definition at line 216 of file klfmain.h.
Referenced by klf_add_avail_translation(), and KLFSettings::populateLocaleCombo().
Definition at line 217 of file klfmain.h.
Referenced by klf_add_avail_translation(), and KLFSettings::populateLocaleCombo().