aboutsummaryrefslogtreecommitdiffstats
path: root/common/i18n.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-10-20 15:06:50 +0000
committerWerner Koch <[email protected]>2010-10-20 15:06:50 +0000
commit25b1e76b44996bf566243c51d4123b2536ccd16e (patch)
tree832e69fd5c26b0da8c3ea118470dbb94fbcd13fb /common/i18n.c
parentMake public key data structure easier to read. (diff)
downloadgnupg-25b1e76b44996bf566243c51d4123b2536ccd16e.tar.gz
gnupg-25b1e76b44996bf566243c51d4123b2536ccd16e.zip
Enable i18n for W32.
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, "" );