summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.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/polish.go
parentbd2170a99cb996f2e00467a3416645a85eaf0549 (diff)
allow stashing staged changes
reinstate old stash functionality with the 's' keybinding
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go15
1 files changed, 12 insertions, 3 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index c165ea2f0..bd5fed9d5 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -84,9 +84,6 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "execute",
Other: "wykonaj",
}, &i18n.Message{
- ID: "stashFiles",
- Other: "przechowaj pliki",
- }, &i18n.Message{
ID: "open",
Other: "otwórz",
}, &i18n.Message{
@@ -722,6 +719,18 @@ func addPolish(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: "przechowaj pliki",
+ }, &i18n.Message{
+ ID: "stashStagedChanges",
+ Other: "stash staged changes",
+ }, &i18n.Message{
+ ID: "stashOptions",
+ Other: "Stash options",
},
)
}