summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorKristijan Husak <husakkristijan@gmail.com>2018-10-08 21:19:45 +0200
committerKristijan Husak <husakkristijan@gmail.com>2018-10-08 21:19:45 +0200
commit190309e5c1c939b4de5c366b31dea265e78cb4f3 (patch)
treec3995abad5686f2ddc2e6f64b1c22fc1575101fe /pkg/i18n
parentac65586bd551adbac4c738e01bf8c7b216c16418 (diff)
Check if there is any commit to amend and use 'A' instead of 'M' as shortcut.
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go3
-rw-r--r--pkg/i18n/english.go3
-rw-r--r--pkg/i18n/polish.go3
3 files changed, 9 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 56e93fdc6..6b24a5174 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -41,6 +41,9 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "SureToAmend",
Other: "Weet je zeker dat je de laatste commit wilt wijzigen? U kunt het commit-bericht wijzigen vanuit het commits-paneel.",
}, &i18n.Message{
+ ID: "NoCommitToAmend",
+ Other: "Er is geen verplichting om te wijzigen.",
+ }, &i18n.Message{
ID: "CommitChangesWithEditor",
Other: "commit Veranderingen met de git editor",
}, &i18n.Message{
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 41ce71bd2..9ead5a54e 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -49,6 +49,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "SureToAmend",
Other: "Are you sure you want to amend last commit? You can change commit message from commits panel.",
}, &i18n.Message{
+ ID: "NoCommitToAmend",
+ Other: "There's no commit to amend.",
+ }, &i18n.Message{
ID: "CommitChangesWithEditor",
Other: "commit changes using git editor",
}, &i18n.Message{
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 74b4106a5..c37bfe972 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -39,6 +39,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "SureToAmend",
Other: "Czy na pewno chcesz zmienić ostatnie zatwierdzenie? Możesz zmienić komunikat zatwierdzenia z panelu zatwierdzeń.",
}, &i18n.Message{
+ ID: "NoCommitToAmend",
+ Other: "Nie ma zobowiązania do zmiany.",
+ }, &i18n.Message{
ID: "CommitChangesWithEditor",
Other: "commituj zmiany używając edytora z gita",
}, &i18n.Message{