diff options
Diffstat (limited to 'gettext.c')
-rw-r--r-- | gettext.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -162,6 +162,7 @@ void git_setup_gettext(void) podir = GIT_LOCALE_PATH; bindtextdomain("git", podir); setlocale(LC_MESSAGES, ""); + setlocale(LC_TIME, ""); init_gettext_charset("git"); textdomain("git"); } |