mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
this fixes problem with msvc++ and should work on other systems and so on anyway.
This commit is contained in:
parent
4882bda667
commit
c08720bfba
@ -13,7 +13,6 @@
|
||||
|
||||
inline void init_gettext(const char *path) {
|
||||
#if USE_GETTEXT
|
||||
setlocale(LC_MESSAGES, "");
|
||||
bindtextdomain(PROJECT_NAME, path);
|
||||
textdomain(PROJECT_NAME);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user