summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-17 17:58:24 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-21 22:07:14 +1100
commitb3bce8a1bacc602b25ad367c943c01b9cc6d2c10 (patch)
tree5364f28c511d218a7cfdfa062c5577815eee132f /pkg/i18n
parent3b0cef2ec8b356320cbc941d8fd29772a37d5a31 (diff)
refactor confirmation prompt code
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 ca76f0a5a..323d7fafa 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -338,9 +338,6 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "newFocusedViewIs",
Other: "nieuw gefocussed weergave is {{.newFocusedView}}",
}, &i18n.Message{
- ID: "CantCloseConfirmationPrompt",
- Other: "Kon de bevestiging prompt niet sluiten: {{.error}}",
- }, &i18n.Message{
ID: "MergeAborted",
Other: "Merge afgebroken",
}, &i18n.Message{
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index d39b4b279..5a5622f6c 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -400,9 +400,6 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "newFocusedViewIs",
Other: "new focused view is {{.newFocusedView}}",
}, &i18n.Message{
- ID: "CantCloseConfirmationPrompt",
- Other: "Could not close confirmation prompt: {{.error}}",
- }, &i18n.Message{
ID: "NoChangedFiles",
Other: "No changed files",
}, &i18n.Message{
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index bd9d4bc10..8afe27036 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -330,9 +330,6 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "newFocusedViewIs",
Other: "nowy skupiony widok to {{.newFocusedView}}",
}, &i18n.Message{
- ID: "CantCloseConfirmationPrompt",
- Other: "Nie można zamknąć monitu potwierdzenia: {{.error}}",
- }, &i18n.Message{
ID: "MergeAborted",
Other: "Scalanie anulowane",
}, &i18n.Message{