summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorKristijan Husak <husakkristijan@gmail.com>2018-09-12 15:20:35 +0200
committerKristijan Husak <husakkristijan@gmail.com>2018-09-13 12:44:32 +0200
commit61f0801bd366e959437676ae72b2d9fe98c4b8af (patch)
tree083ef07b6c8f759c2432a6e4b53df940441abf6f /pkg/i18n
parent7fb2cafd0cf6effbe660a933612d8c6783206749 (diff)
Add ammend commit action.
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 cd1282de2..ef10625d5 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -35,6 +35,9 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "CommitChanges",
Other: "Commit Veranderingen",
}, &i18n.Message{
+ ID: "AmendLastCommit",
+ Other: "Wijzig laatste commit",
+ }, &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 4f009c075..796e6db62 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -43,6 +43,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "CommitChanges",
Other: "commit changes",
}, &i18n.Message{
+ ID: "AmendLastCommit",
+ Other: "Amend last commit",
+ }, &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 c64ab87b8..d4f204a3f 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -33,6 +33,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "CommitChanges",
Other: "commituj zmiany",
}, &i18n.Message{
+ ID: "AmendLastCommit",
+ Other: "Zmień ostatnie zatwierdzenie",
+ }, &i18n.Message{
ID: "CommitChangesWithEditor",
Other: "commituj zmiany używając edytora z gita",
}, &i18n.Message{