aboutsummaryrefslogtreecommitdiffstats
path: root/common/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/i18n.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/i18n.c b/common/i18n.c
index 7601cf8bd..d0d804a32 100644
--- a/common/i18n.c
+++ b/common/i18n.c
@@ -34,6 +34,7 @@ i18n_init (void)
{
#ifdef USE_SIMPLE_GETTEXT
bindtextdomain (PACKAGE_GT, gnupg_localedir ());
+ textdomain (PACKAGE_GT);
#else
# ifdef ENABLE_NLS
setlocale (LC_ALL, "" );