mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 09:43:45 +01:00
Merge branch 'master' of github.com:erlehmann/minetest-delta
This commit is contained in:
commit
c01c487c62
@ -13,6 +13,10 @@
|
||||
|
||||
inline void init_gettext(const char *path) {
|
||||
#if USE_GETTEXT
|
||||
#if MSVC
|
||||
#else
|
||||
setlocale(LC_MESSAGES, "");
|
||||
#endif
|
||||
bindtextdomain(PROJECT_NAME, path);
|
||||
textdomain(PROJECT_NAME);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user