summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/dutch.go
diff options
context:
space:
mode:
authorMark Kopenga <mkopenga@gmail.com>2018-08-16 07:16:32 +0200
committerMark Kopenga <mkopenga@gmail.com>2018-08-16 07:16:32 +0200
commit88e1a815fe5c4ddf21779ca4a93f029b7b9b9239 (patch)
tree1a03be425b0ac411f3d38cceb0ce5511af22b68b /pkg/i18n/dutch.go
parent9abbfe5a43ea7b2a9758f910dd51d41ae43cf45b (diff)
Fixed comment on issue #137 from @jesseduffield
Diffstat (limited to 'pkg/i18n/dutch.go')
-rw-r--r--pkg/i18n/dutch.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 9bf542fad..0ba562a22 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -277,6 +277,15 @@ func addDutch(i18nObject *i18n.Bundle) {
}, &i18n.Message{
ID: "CantCloseConfirmationPrompt",
Other: "Kon de bevestiging prompt niet sluiten: {{.error}}",
+ }, &i18n.Message{
+ ID: "NoChangedFiles",
+ Other: "Geen veranderde files",
+ }, &i18n.Message{
+ ID: "ClearFilePanel",
+ Other: "maak bestandsvenster leeg",
+ }, &i18n.Message{
+ ID: "MergeAborted",
+ Other: "Merge afgebroken",
},
)
}