Fully translated pkg/gui/confirmation_panel.go

This commit is contained in:
Mark Kopenga
2018-08-15 15:12:55 +02:00
parent 9112278ab7
commit 9abbfe5a43
3 changed files with 14 additions and 1 deletions
+3
View File
@@ -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}}",
},
)
}
+3
View File
@@ -284,6 +284,9 @@ func addEnglish(i18nObject *i18n.Bundle) {
}, &i18n.Message{
ID: "newFocusedViewIs",
Other: "new focused view is {{.newFocusedView}}",
}, &i18n.Message{
ID: "CantCloseConfirmationPrompt",
Other: "Could not close confirmation prompt: {{.error}}",
},
)
}