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