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

uh, i guess this now merges the new delta stuff?

This commit is contained in:
Perttu Ahola 2011-07-23 15:50:05 +03:00
commit f17cfb35d1
20 changed files with 399 additions and 144 deletions

View file

@ -1139,9 +1139,9 @@ int main(int argc, char *argv[])
// Create user data directory
fs::CreateDir(porting::path_userdata);
setlocale(LC_ALL, "");
bindtextdomain("minetest-c55", (porting::path_userdata+"/locale").c_str());
textdomain("minetest-c55");
setlocale(LC_MESSAGES, "");
bindtextdomain("minetest", (porting::path_userdata+"/locale").c_str());
textdomain("minetest");
// Initialize debug streams
#ifdef RUN_IN_PLACE