aboutsummaryrefslogtreecommitdiff
path: root/git-submodule.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2011-05-21 18:44:06 +0000
committerJunio C Hamano <gitster@pobox.com>2011-05-21 11:57:16 -0700
commit490b6d5749c432370c4f8a5ed8d854cbf1116e20 (patch)
tree1849ef78f3b3b6403f21ea4d30da455085bdb1b6 /git-submodule.sh
parentf62f8212e1e47f25cc8e1d3e25b99c6f8c779b17 (diff)
downloadgit-490b6d5749c432370c4f8a5ed8d854cbf1116e20.tar.gz
git-490b6d5749c432370c4f8a5ed8d854cbf1116e20.tar.xz
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>
Diffstat (limited to 'git-submodule.sh')
-rwxr-xr-xgit-submodule.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-submodule.sh b/git-submodule.sh
index 5de34e40c..f7d7f51c3 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -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/"