1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Merge pull request #41 from SpeedProg/master

fixe gettext I hope
This commit is contained in:
Nils Dagsson Moskopp 2011-07-30 14:08:18 -07:00
commit 2f6e931921

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