Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'lf/ref-is-hidden-namespace'
[gitweb.git]
/
gettext.c
diff --git
a/gettext.c
b/gettext.c
index 7378ba287f0c449810250fb7b019f69e4f6a3497..a268a2c52c0ed444b073d0411ca0dcc3f210ef51 100644
(file)
--- a/
gettext.c
+++ b/
gettext.c
@@
-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");
}