Some work done on localization.
This commit is contained in:
parent
5cafffed4c
commit
a87dfead8f
@ -31,16 +31,9 @@ QList<Language> Localization::getInstalledLanguages() {
|
|||||||
languages << new_language;
|
languages << new_language;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return languages;
|
return languages;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Localization::set(const QString &locale_name) {
|
|
||||||
Settings::getInstance()->setValue(APP_CFG_GEN,
|
|
||||||
"language",
|
|
||||||
locale_name);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Localization::load() {
|
void Localization::load() {
|
||||||
// Obtain all needed data.
|
// Obtain all needed data.
|
||||||
QString locale_name = Settings::getInstance()->value(APP_CFG_GEN,
|
QString locale_name = Settings::getInstance()->value(APP_CFG_GEN,
|
||||||
|
@ -21,8 +21,6 @@ class Localization {
|
|||||||
// Sets up localization strings and locale from application settings.
|
// Sets up localization strings and locale from application settings.
|
||||||
static void load();
|
static void load();
|
||||||
|
|
||||||
static void set(const QString &locale_name);
|
|
||||||
|
|
||||||
// Returns list of installed application localizations.
|
// Returns list of installed application localizations.
|
||||||
// This list is used ie. in settings dialog.
|
// This list is used ie. in settings dialog.
|
||||||
static QList<Language> getInstalledLanguages();
|
static QList<Language> getInstalledLanguages();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user