summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index d7b509861..5fef83176 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -283,6 +283,19 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "renameCommit",
Other: "rename commit",
}, &i18n.Message{
+
+ ID: "deleteCommit",
+ Other: "delete commit", // TODO: other languages
+ }, &i18n.Message{
+ ID: "moveDownCommit",
+ Other: "move commit down one", // TODO: other languages
+ }, &i18n.Message{
+ ID: "moveUpCommit",
+ Other: "move commit up one", // TODO: other languages
+ }, &i18n.Message{
+ ID: "editCommit",
+ Other: "edit commit", // TODO: other languages
+ }, &i18n.Message{
ID: "renameCommitEditor",
Other: "rename commit with editor",
}, &i18n.Message{