mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-02 22:14:37 +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
|
@ -204,6 +204,7 @@ struct IntPair
|
|||
std::string numToZeroString(int num, int zeroes);
|
||||
bool chance(int perc);
|
||||
bool chancef(float p);
|
||||
void initCharTranslationTables(const std::map<unsigned char, unsigned char>& tab);
|
||||
void stringToUpper(std::string &s);
|
||||
void stringToLower(std::string &s);
|
||||
void stringToLowerUserData(std::string &s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue