i18n: git-submodule say + eval_gettext messages
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
dc2204fe32
commit
8f3f2c44c5
|
@ -878,7 +878,7 @@ cmd_sync()
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
say "Synchronizing submodule url for '$name'"
|
say "$(eval_gettext "Synchronizing submodule url for '\$name'")"
|
||||||
git config submodule."$name".url "$url"
|
git config submodule."$name".url "$url"
|
||||||
|
|
||||||
if test -e "$path"/.git
|
if test -e "$path"/.git
|
||||||
|
|
Loading…
Reference in New Issue