Skip to content
Snippets Groups Projects
Commit 50dc2d81 authored by Constantin Wenger's avatar Constantin Wenger
Browse files

fixe for msvc broke linux

parent 3c0090c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment