summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-21 12:40:56 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-25 09:39:04 +1100
commit65917272a2f5e7b8ad32f56ec98ddf5a0b51710a (patch)
treef89e7740158d292caa95910122d2b6b0e3f25ef6 /pkg/i18n
parent137fd80fdbcdeabd9e37732b9c8fa34f3052f1eb (diff)
undoing status
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 37b6340b1..d63d330bf 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -745,6 +745,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "CherryPickingStatus",
Other: "cherry-picking",
}, &i18n.Message{
+ ID: "UndoingStatus",
+ Other: "undoing",
+ }, &i18n.Message{
+ ID: "CheckingOutStatus",
+ Other: "checking out",
+ }, &i18n.Message{
ID: "CommitFiles",
Other: "Commit files",
}, &i18n.Message{