mirror of
https://github.com/git/git.git
synced 2024-11-19 08:34:54 +01:00
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>
This commit is contained in:
parent
dc2204fe32
commit
8f3f2c44c5
@ -878,7 +878,7 @@ cmd_sync()
|
||||
;;
|
||||
esac
|
||||
|
||||
say "Synchronizing submodule url for '$name'"
|
||||
say "$(eval_gettext "Synchronizing submodule url for '\$name'")"
|
||||
git config submodule."$name".url "$url"
|
||||
|
||||
if test -e "$path"/.git
|
||||
|
Loading…
Reference in New Issue
Block a user