1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 10:25:21 +02:00

Merge branch 'master' of github.com:erlehmann/minetest-delta

This commit is contained in:
Nils Dagsson Moskopp
2011-07-30 23:08:52 +02:00

View File

@@ -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