i18n: rebase: mark placeholder for translation
Mark placeholder "<branch>" in git-rebase.sh for translation. The string containing the named placeholder is passed to shell function error_on_missing_default_upstream in git-parse-remote.sh which uses it to display a command hint for the user. Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
24a6df489a
commit
c36d8eee49
@ -449,7 +449,7 @@ then
|
|||||||
then
|
then
|
||||||
. git-parse-remote
|
. git-parse-remote
|
||||||
error_on_missing_default_upstream "rebase" "rebase" \
|
error_on_missing_default_upstream "rebase" "rebase" \
|
||||||
"against" "git rebase <branch>"
|
"against" "git rebase $(gettext '<branch>')"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test "$fork_point" = auto && fork_point=t
|
test "$fork_point" = auto && fork_point=t
|
||||||
|
Reference in New Issue
Block a user