i18n: add infrastructure for translating Git with gettext
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 17 Nov 2011 23:14:42 +0000 (00:14 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Dec 2011 04:46:55 +0000 (20:46 -0800)
commit5e9637c...29702e3d41ad01d95956d1835d7338e0
tree345bc74...cb47d1054db0577c3e95caa805fb9ee7copy hash to clipboard (tree)
parentbc1bbe0...19a6ff39522b4fa3259f34150e308e1fcopy hash to clipboard (diff)
37 files changed:
Documentation/CodingGuidelines
INSTALL
Makefile
config.mak.in
configure.ac
daemon.c
fast-import.c
gettext.c
gettext.h
git-sh-i18n.sh
git.c
http-backend.c
http-fetch.c
http-push.c
imap-send.c
perl/Git/I18N.pm [new file with mode: 0644]
perl/Makefile
perl/Makefile.PL
po/.gitignore
po/README [new file with mode: 0644]
po/is.po [new file with mode: 0644]
shell.c
show-index.c
t/lib-gettext.sh [new file with mode: 0644]
t/t0200-gettext-basic.sh [new file with mode: 0755]
t/t0200/test.c [new file with mode: 0644]
t/t0200/test.perl [new file with mode: 0644]
t/t0200/test.sh [new file with mode: 0644]
t/t0201-gettext-fallbacks.sh
t/t0202-gettext-perl.sh [new file with mode: 0755]
t/t0202/test.pl [new file with mode: 0644]
t/t0203-gettext-setlocale-sanity.sh [new file with mode: 0755]
t/t0204-gettext-reencode-sanity.sh [new file with mode: 0755]
t/t0205-gettext-poison.sh [new file with mode: 0755]
t/test-lib.sh
upload-pack.c
wrap-for-bin.sh