summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-04-20 18:53:40 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-04-20 18:57:08 +1000
commitf05a5e531ee8271e0232db7f3bb7202ea550656e (patch)
tree5a534f14851a30b88d8b436255859b64c21ee23c /pkg/i18n/english.go
parent68586ec49a3316db4d5685e8cbbb0e4b1b540d66 (diff)
warnings for stash actionsv0.20
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index fa5a3ba65..6bca0589d 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -379,6 +379,18 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "SureDropStashEntry",
Other: "Are you sure you want to drop this stash entry?",
}, &i18n.Message{
+ ID: "StashPop",
+ Other: "Stash pop",
+ }, &i18n.Message{
+ ID: "SurePopStashEntry",
+ Other: "Are you sure you want to pop this stash entry?",
+ }, &i18n.Message{
+ ID: "StashApply",
+ Other: "Stash apply",
+ }, &i18n.Message{
+ ID: "SureApplyStashEntry",
+ Other: "Are you sure you want to apply this stash entry?",
+ }, &i18n.Message{
ID: "NoStashTo",
Other: "No stash to {{.method}}",
}, &i18n.Message{