i18n: git-submodule "Entering [...]" message

Gettextize the "Entering [...]" message. This is explicitly tested for
so we need to skip a portion of a test with test_i18ncmp.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ævar Arnfjörð Bjarmason
2011-05-21 18:44:06 +00:00
committed by Junio C Hamano
parent f62f8212e1
commit 490b6d5749
2 changed files with 3 additions and 3 deletions

View File

@ -306,7 +306,7 @@ cmd_foreach()
do
if test -e "$path"/.git
then
say "Entering '$prefix$path'"
say "$(eval_gettext "Entering '\$prefix\$path'")"
name=$(module_name "$path")
(
prefix="$prefix$path/"