mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
fixed problem with displaying special chars
This commit is contained in:
committed by
Giuseppe Bilotta
parent
d78e5e7329
commit
a09660dc85
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user