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.go21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 3727d30ce..d397398ae 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -645,6 +645,27 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "DeleteCommitPrompt",
Other: "Are you sure you want to delete this commit?",
+ }, &i18n.Message{
+ ID: "SquashingStatus",
+ Other: "squashing",
+ }, &i18n.Message{
+ ID: "FixingStatus",
+ Other: "fixing up",
+ }, &i18n.Message{
+ ID: "DeletingStatus",
+ Other: "deleting",
+ }, &i18n.Message{
+ ID: "MovingStatus",
+ Other: "moving",
+ }, &i18n.Message{
+ ID: "RebasingStatus",
+ Other: "rebasing",
+ }, &i18n.Message{
+ ID: "AmendingStatus",
+ Other: "amending",
+ }, &i18n.Message{
+ ID: "CherryPickingStatus",
+ Other: "cherry-picking",
},
)
}