summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/dutch.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/dutch.go')
-rw-r--r--pkg/i18n/dutch.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 8e0f6ce3b..c87f93c9b 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -29,6 +29,12 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "CommitsTitle",
Other: "Commits",
}, &i18n.Message{
+ ID: "CommitsDiffTitle",
+ Other: "Commits(specific diff mode)",
+ }, &i18n.Message{
+ ID: "CommitsDiff",
+ Other: "diff specific commits",
+ }, &i18n.Message{
ID: "StashTitle",
Other: "Stash",
}, &i18n.Message{