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:
parent
a8e493122e
commit
cce210f676
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue