Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
i18n: git-stash: mark messages for translation
author
Vasco Almeida
<vascomalmeida@sapo.pt>
Wed, 10 Aug 2016 10:50:30 +0000
(10:50 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 10 Aug 2016 17:50:18 +0000
(10:50 -0700)
Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
5a36d00
)
diff --git
a/git-stash.sh
b/git-stash.sh
index 22fb8bcba67b9b051bfa56a6082a749c81f163eb..826af183d489d06468f03ee8002e05da0d7ffd34 100755
(executable)
--- 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")"
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
if test -z "$patch_mode"
then
@@
-548,7
+548,7
@@
pop_stash() {
drop_stash "$@"
else
status=$?
drop_stash "$@"
else
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
fi
}
exit $status
fi
}