1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-04 21:34:41 +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

@ -1310,6 +1310,8 @@ public:
virtual void onBackgroundUpdate();
void initLocalization();
protected:
std::string fpsDebugString;