summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/dutch.go
diff options
context:
space:
mode:
authorAxel Navarro <navarroaxel@gmail.com>2020-07-21 18:15:33 -0300
committerJesse Duffield <jessedduffield@gmail.com>2020-07-26 16:28:01 +1000
commitd49e75bd3e893527e5a2f0ceeb95d470c271c0fe (patch)
tree4b2175aae435c5cb853e60f5df9dc722e5a79cdd /pkg/i18n/dutch.go
parentf4718a904769b372b52cf3cd2c890b34d751620a (diff)
Add tab keybinding in commit message
Diffstat (limited to 'pkg/i18n/dutch.go')
-rw-r--r--pkg/i18n/dutch.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 01a30a70d..032feb8ac 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -215,11 +215,14 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "NoTrackingThisBranch",
Other: "deze branch wordt niet gevolgd",
}, &i18n.Message{
+ ID: "CommitMessageConfirm",
+ Other: "{{.keyBindClose}}: Sluiten, {{.keyBindNewLine}}: Nieuwe lijn, {{.keyBindConfirm}}: Bevestig",
+ }, &i18n.Message{
ID: "CommitWithoutMessageErr",
Other: "Je kan geen commit maken zonder commit bericht",
}, &i18n.Message{
ID: "CloseConfirm",
- Other: "{{.keyBindClose}}: Sluiten, {{.keyBindConfirm}}: Bevestigen",
+ Other: "{{.keyBindClose}}: Sluiten, {{.keyBindConfirm}}: Bevestig",
}, &i18n.Message{
ID: "close",
Other: "sluiten",