summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-10 13:29:06 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-10 15:01:40 +1100
commitd0d92c7697c311071e2fc4b5cc9fa9278a9c300a (patch)
treee1a589800cbc4c7118807f113023120ab344f7dc /pkg/i18n
parent89a9b4e6d584fb86cc22852a3d71572b42104a65 (diff)
remove old add patch keybinding
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go3
-rw-r--r--pkg/i18n/english.go3
-rw-r--r--pkg/i18n/polish.go3
3 files changed, 0 insertions, 9 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index bd3f77a09..43b36a8f0 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -110,9 +110,6 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "pull",
Other: "pull",
}, &i18n.Message{
- ID: "addPatch",
- Other: "bewerkingen toevoegen",
- }, &i18n.Message{
ID: "edit",
Other: "bewerken",
}, &i18n.Message{
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index cf60bcb1a..856fd7d85 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -133,9 +133,6 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "pull",
Other: "pull",
}, &i18n.Message{
- ID: "addPatch",
- Other: "add patch",
- }, &i18n.Message{
ID: "edit",
Other: "edit",
}, &i18n.Message{
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 0c90d7c2c..21c1f2231 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -102,9 +102,6 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "refresh",
Other: "odśwież",
}, &i18n.Message{
- ID: "addPatch",
- Other: "dodaj łatkę",
- }, &i18n.Message{
ID: "edit",
Other: "edytuj",
}, &i18n.Message{