diff options
Diffstat (limited to '')
-rw-r--r-- | g10/g10.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |