mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fixed problem with displaying special chars
This commit is contained in:
parent
d78e5e7329
commit
a09660dc85
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue