summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gettext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gettext.h b/src/gettext.h
index a42820a15..3413f3806 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -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