Skip to content

Commit 599e7a0

Browse files
vascoolgitster
authored andcommitted
i18n: git-stash: mark messages for translation
Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5a36d00 commit 599e7a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-stash.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ save_stash () {
265265
create_stash "$stash_msg" $untracked
266266
store_stash -m "$stash_msg" -q $w_commit ||
267267
die "$(gettext "Cannot save the current status")"
268-
say Saved working directory and index state "$stash_msg"
268+
say "$(eval_gettext "Saved working directory and index state \$stash_msg")"
269269

270270
if test -z "$patch_mode"
271271
then
@@ -548,7 +548,7 @@ pop_stash() {
548548
drop_stash "$@"
549549
else
550550
status=$?
551-
say "The stash is kept in case you need it again."
551+
say "$(gettext "The stash is kept in case you need it again.")"
552552
exit $status
553553
fi
554554
}

0 commit comments

Comments
 (0)