1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Locale dir should be parallel to global data dir

This commit is contained in:
Giuseppe Bilotta 2011-07-24 19:20:40 +02:00
parent a8e493122e
commit cce210f676
2 changed files with 2 additions and 2 deletions

View file

@ -1132,7 +1132,7 @@ int main(int argc, char *argv[])
// Create user data directory
fs::CreateDir(porting::path_userdata);
init_gettext((porting::path_userdata+"/locale").c_str());
init_gettext((porting::path_data+"/../locale").c_str());
// Initialize debug streams
#ifdef RUN_IN_PLACE