Merge branch 'ab/enable-i18n'

* ab/enable-i18n:
  i18n: add infrastructure for translating Git with gettext

Conflicts:
	Makefile
This commit is contained in:
Junio C Hamano
2011-12-19 16:06:41 -08:00
37 changed files with 1291 additions and 39 deletions

2
git.c
View File

@ -538,6 +538,8 @@ int main(int argc, const char **argv)
if (!cmd)
cmd = "git-help";
git_setup_gettext();
/*
* "git-xxxx" is the same as "git xxxx", but we obviously:
*