From 9abbfe5a43ea7b2a9758f910dd51d41ae43cf45b Mon Sep 17 00:00:00 2001 From: Mark Kopenga Date: Wed, 15 Aug 2018 15:12:55 +0200 Subject: Fully translated pkg/gui/confirmation_panel.go --- pkg/i18n/dutch.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg/i18n/dutch.go') 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}}", }, ) } -- cgit v1.2.3