i18n: git-stash say + gettext messages
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
365c656a70
commit
5a1758710d
@ -168,7 +168,7 @@ save_stash () {
|
|||||||
git update-index -q --refresh
|
git update-index -q --refresh
|
||||||
if no_changes
|
if no_changes
|
||||||
then
|
then
|
||||||
say 'No local changes to save'
|
say "$(gettext "No local changes to save")"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
test -f "$GIT_DIR/logs/$ref_stash" ||
|
test -f "$GIT_DIR/logs/$ref_stash" ||
|
||||||
@ -488,7 +488,7 @@ branch)
|
|||||||
case $# in
|
case $# in
|
||||||
0)
|
0)
|
||||||
save_stash &&
|
save_stash &&
|
||||||
say '(To restore them type "git stash apply")'
|
say "$(gettext "(To restore them type \"git stash apply\")")"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
usage
|
usage
|
||||||
|
Loading…
Reference in New Issue
Block a user