summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/dutch.go
diff options
context:
space:
mode:
authorMark Kopenga <mkopenga@gmail.com>2018-08-15 15:12:55 +0200
committerMark Kopenga <mkopenga@gmail.com>2018-08-15 15:12:55 +0200
commit9abbfe5a43ea7b2a9758f910dd51d41ae43cf45b (patch)
tree527fba9cb2c338f115c702a390fb596985a315c1 /pkg/i18n/dutch.go
parent9112278ab751f2c5637a2fc74acb057be678be20 (diff)
Fully translated pkg/gui/confirmation_panel.go
Diffstat (limited to 'pkg/i18n/dutch.go')
-rw-r--r--pkg/i18n/dutch.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 7d8ae4b36..9bf542fad 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -274,6 +274,9 @@ func addDutch(i18nObject *i18n.Bundle) {
}, &i18n.Message{
ID: "newFocusedViewIs",
Other: "nieuw gefocussed weergave is {{.newFocusedView}}",
+ }, &i18n.Message{
+ ID: "CantCloseConfirmationPrompt",
+ Other: "Kon de bevestiging prompt niet sluiten: {{.error}}",
},
)
}