From 471733fe03f7f49734a50f31affcbec0a780164c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 13 Apr 2019 14:39:46 +1000 Subject: [PATCH] add english translations to dutch/polish i18n files for translation later --- pkg/i18n/dutch.go | 6 ++++++ pkg/i18n/polish.go | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go index 3da767bf3..f55100cc8 100644 --- a/pkg/i18n/dutch.go +++ b/pkg/i18n/dutch.go @@ -727,6 +727,12 @@ func addDutch(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "CustomCommand", Other: "Custom Command:", + }, &i18n.Message{ + ID: "commitChangesWithoutHook", + Other: "commit changes without pre-commit hook", + }, &i18n.Message{ + ID: "SkipHookPrefixNotConfigured", + Other: "You have not configured a commit message prefix for skipping hooks. Set `git.skipHookPrefix = 'WIP'` in your config", }, ) } diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go index 372f4c090..60f36e35d 100644 --- a/pkg/i18n/polish.go +++ b/pkg/i18n/polish.go @@ -710,6 +710,12 @@ func addPolish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "CustomCommand", Other: "Custom Command:", + }, &i18n.Message{ + ID: "commitChangesWithoutHook", + Other: "commit changes without pre-commit hook", + }, &i18n.Message{ + ID: "SkipHookPrefixNotConfigured", + Other: "You have not configured a commit message prefix for skipping hooks. Set `git.skipHookPrefix = 'WIP'` in your config", }, ) }