i18n: git-stash: mark messages for translation
Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
5a36d00cf2
commit
599e7a0b9e
@ -265,7 +265,7 @@ save_stash () {
|
|||||||
create_stash "$stash_msg" $untracked
|
create_stash "$stash_msg" $untracked
|
||||||
store_stash -m "$stash_msg" -q $w_commit ||
|
store_stash -m "$stash_msg" -q $w_commit ||
|
||||||
die "$(gettext "Cannot save the current status")"
|
die "$(gettext "Cannot save the current status")"
|
||||||
say Saved working directory and index state "$stash_msg"
|
say "$(eval_gettext "Saved working directory and index state \$stash_msg")"
|
||||||
|
|
||||||
if test -z "$patch_mode"
|
if test -z "$patch_mode"
|
||||||
then
|
then
|
||||||
@ -548,7 +548,7 @@ pop_stash() {
|
|||||||
drop_stash "$@"
|
drop_stash "$@"
|
||||||
else
|
else
|
||||||
status=$?
|
status=$?
|
||||||
say "The stash is kept in case you need it again."
|
say "$(gettext "The stash is kept in case you need it again.")"
|
||||||
exit $status
|
exit $status
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user