summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-05-30 22:45:56 +1000
committerJesse Duffield <jessedduffield@gmail.com>2019-06-06 20:50:19 +1000
commit0f0fda16605059ebae73d29f0e4b9b5d1455ce73 (patch)
tree6d14bff955e00ee16f3170a0e0f80b7edc89d980 /pkg/i18n/english.go
parentbd2170a99cb996f2e00467a3416645a85eaf0549 (diff)
allow stashing staged changes
reinstate old stash functionality with the 's' keybinding
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go15
1 files changed, 12 insertions, 3 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 36fb3e021..82ba1b505 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -106,9 +106,6 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "execute",
Other: "execute",
}, &i18n.Message{
- ID: "stashFiles",
- Other: "stash files",
- }, &i18n.Message{
ID: "open",
Other: "open",
}, &i18n.Message{
@@ -762,6 +759,18 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "pressEnterToReturn",
Other: "Press enter to return to lazygit",
+ }, &i18n.Message{
+ ID: "viewStashOptions",
+ Other: "view stash options",
+ }, &i18n.Message{
+ ID: "stashAllChanges",
+ Other: "stash changes",
+ }, &i18n.Message{
+ ID: "stashStagedChanges",
+ Other: "stash staged changes",
+ }, &i18n.Message{
+ ID: "stashOptions",
+ Other: "Stash options",
},
)
}