1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00
This commit is contained in:
Werner Koch 1998-09-15 19:56:30 +00:00
parent d8b888e732
commit 8c80bcf9f0
10 changed files with 52 additions and 15 deletions

View file

@ -382,6 +382,7 @@ i18n_init(void)
#ifdef ENABLE_NLS
#ifdef HAVE_LC_MESSAGES
setlocale( LC_MESSAGES, "" );
setlocale( LC_TIME, "" );
#else
setlocale( LC_ALL, "" );
#endif