mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-04 13:27:14 +00:00
_mods/x/locales/y/* now works
This commit is contained in:
parent
e8872b09e5
commit
636c069403
5 changed files with 29 additions and 7 deletions
|
@ -5,7 +5,9 @@
|
|||
|
||||
void setUsedLocale(const std::string& s);
|
||||
const char *getUsedLocale();
|
||||
void setLocalisationModPath(const std::string& s);
|
||||
std::string localisePath(const std::string &path, const std::string& modpath = "");
|
||||
std::string localisePathInternalModpath(const std::string &path);
|
||||
std::string getSystemLocale();
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue