mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-11 14:44:07 +00:00
Use locale "-" to turn off locales
This commit is contained in:
parent
927928167b
commit
00bb390019
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ std::string localisePathInternalModpath(const std::string &path)
|
|||
|
||||
std::string localisePath(const std::string &path, const std::string& modpath /* = "" */)
|
||||
{
|
||||
if (s_locale.empty())
|
||||
if (s_locale.empty() || s_locale == "-")
|
||||
return path;
|
||||
|
||||
const std::string fname = path.substr(modpath.length());
|
||||
|
|
Loading…
Add table
Reference in a new issue