[PATCH 00/13] gettextize the first 4 C mainporcelain common commands
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2016-06-15 22:49:27
This series makes the first 4 C mainporcelain common commands
translatable with gettext.
I'm avoiding translating things like git-bisect for now simply because
I have some scripts to make this easier that are currently aimed at
the C code.
$ grep 'mainporcelain common' *txt
* git-add mainporcelain common
git-bisect mainporcelain common
* git-branch mainporcelain common
* git-checkout mainporcelain common
* git-clone mainporcelain common
git-commit mainporcelain common
...
This is around 3 patches per command (so at this rate I should finish
all 22 commands in ~63 patches).
I'm making an effort to split these up into different types of
messages for discussion.
Ævar Arnfjörð Bjarmason (13):
git-clone: use builtin.h to get gettext.h
gettextize: git-clone basic messages
gettextize: git-clone "Cloning into" message
gettextize: git-add basic messages
gettextize: git-add refresh_index message
gettextize: git-branch basic messages
gettextize: git-branch "remote branch '%s' not found" message
gettextize: git-branch "git branch -v" messages
gettextize: git-branch "(no branch)" message
gettextize: git-checkout: our/their version message
gettextize: git-checkout basic messages
gettextize: git-checkout describe_detached_head messages
gettextize: git-checkout "Switched to a .. branch" message
builtin/add.c | 46 +++++++++++++-------------
builtin/branch.c | 69 +++++++++++++++++++-------------------
builtin/checkout.c | 93 +++++++++++++++++++++++++++-------------------------
builtin/clone.c | 63 ++++++++++++++++++-----------------
4 files changed, 138 insertions(+), 133 deletions(-)
--
1.7.2.2.579.g2183d