1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Revamped the W32 gettext implementation.

This commit is contained in:
Werner Koch 2008-11-04 19:54:02 +00:00
parent 4019792423
commit 75c0534820
8 changed files with 1117 additions and 1085 deletions

View file

@ -33,7 +33,7 @@ void
i18n_init (void)
{
#ifdef USE_SIMPLE_GETTEXT
set_gettext_file (PACKAGE_GT, "Software\\GNU\\GnuPG");
bindtextdomain (PACKAGE_GT, gnupg_localedir ());
#else
# ifdef ENABLE_NLS
setlocale (LC_ALL, "" );