Thread (1 message) 1 message, 1 author, 2016-08-09

Re: [PATCH 3/3] i18n: git-stash: mark message for translation

From: Junio C Hamano <hidden>
Date: 2016-08-09 19:37:06

Vasco Almeida [off-list ref] writes:
quoted hunk
Signed-off-by: Vasco Almeida <redacted>
---
 git-stash.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-stash.sh b/git-stash.sh
index 22fb8bc..9cbd682 100755
--- a/git-stash.sh
+++ b/git-stash.sh
@@ -265,7 +265,7 @@ save_stash () {
 	create_stash "$stash_msg" $untracked
 	store_stash -m "$stash_msg" -q $w_commit ||
 	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"
 	then
There is another "say" without gettext in pop_stash function.  Don't
you want to do that one, too?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help