1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-09 16:02:47 +00:00

Add custom upper<->lowercase translation tables for better localization support.

Translation tables by Henrik Holst.
This commit is contained in:
fgenesis 2013-11-14 17:58:33 +01:00
commit 7de589e275
7 changed files with 215 additions and 18 deletions

View file

@ -559,6 +559,8 @@ void UserSettings::load(bool doApply, const std::string &overrideFile)
setUsedLocale(system.locale);
}
core->initLocalization();
if (doApply)
apply();
}