summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
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{