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:
parent
7a9df46830
commit
7de589e275
7 changed files with 215 additions and 18 deletions
|
@ -559,6 +559,8 @@ void UserSettings::load(bool doApply, const std::string &overrideFile)
|
|||
setUsedLocale(system.locale);
|
||||
}
|
||||
|
||||
core->initLocalization();
|
||||
|
||||
if (doApply)
|
||||
apply();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue