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

Minor changes for gettext

This commit is contained in:
Werner Koch 2002-08-10 11:25:32 +00:00
parent 9382b621ad
commit 9c86904866
10 changed files with 19 additions and 5 deletions

View file

@ -126,7 +126,7 @@ i18n_init(void)
#else
setlocale( LC_ALL, "" );
#endif
bindtextdomain( PACKAGE, GNUPG_LOCALEDIR );
bindtextdomain( PACKAGE, LOCALEDIR );
textdomain( PACKAGE );
#endif
#endif