mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 01:33:46 +01:00
fixed problem with displaying special chars
This commit is contained in:
parent
aaa165f985
commit
bf3dfec7d6
@ -1132,7 +1132,7 @@ int main(int argc, char *argv[])
|
||||
// Create user data directory
|
||||
fs::CreateDir(porting::path_userdata);
|
||||
|
||||
setlocale(LC_ALL, "");
|
||||
setlocale(LC_MESSAGES, "");
|
||||
bindtextdomain("minetest-c55", (porting::path_userdata+"/locale").c_str());
|
||||
textdomain("minetest-c55");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user