Browse Source

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>
maint
Ævar Arnfjörð Bjarmason 14 years ago committed by Junio C Hamano
parent
commit
490b6d5749
  1. 2
      git-submodule.sh
  2. 4
      t/t7407-submodule-foreach.sh

2
git-submodule.sh

@ -306,7 +306,7 @@ cmd_foreach() @@ -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/"

4
t/t7407-submodule-foreach.sh

@ -77,7 +77,7 @@ test_expect_success 'test basic "submodule foreach" usage' ' @@ -77,7 +77,7 @@ test_expect_success 'test basic "submodule foreach" usage' '
git config foo.bar zar &&
git submodule foreach "git config --file \"\$toplevel/.git/config\" foo.bar"
) &&
test_cmp expect actual
test_i18ncmp expect actual
'

test_expect_success 'setup nested submodules' '
@ -158,7 +158,7 @@ test_expect_success 'test messages from "foreach --recursive"' ' @@ -158,7 +158,7 @@ test_expect_success 'test messages from "foreach --recursive"' '
cd clone2 &&
git submodule foreach --recursive "true" > ../actual
) &&
test_cmp expect actual
test_i18ncmp expect actual
'

cat > expect <<EOF

Loading…
Cancel
Save