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

fixed some problems with filenames of the translations

This commit is contained in:
Constantin Wenger 2011-07-22 20:19:43 +02:00
parent 96ad0c8638
commit fb4c3ab4fb
2 changed files with 3 additions and 3 deletions

View file

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