From: Ævar Arnfjörð Bjarmason Date: Mon, 13 Sep 2010 20:26:03 +0000 (+0000) Subject: gettextize: git-submodule echo + eval_gettext messages X-Git-Tag: ko-pu~10^2~32 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0bf14ae24dd6f2cc184d1e53d037c274b44b05ac;p=git.git gettextize: git-submodule echo + eval_gettext messages Signed-off-by: Ævar Arnfjörð Bjarmason --- diff --git a/git-submodule.sh b/git-submodule.sh index 5ef3d0da6..5a08fe6d0 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -219,7 +219,7 @@ cmd_add() then if test -d "$path"/.git -o -f "$path"/.git then - echo "Adding existing repo at '$path' to the index" + echo "$(eval_gettext "Adding existing repo at '\$path' to the index")" else die "'$path' already exists and is not a valid git repo" fi @@ -626,7 +626,7 @@ cmd_summary() { ;; # removed *) # unexpected type - echo >&2 "unexpected mode $mod_dst" + echo >&2 "$(eval_gettext "unexpected mode \$mod_dst")" continue ;; esac fi