summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-01-07 21:42:33 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-01-08 22:03:15 +1100
commit80377e47169e43a6014591d8990a6376bf5cff53 (patch)
treeded4149fdaead4738502e3f020701f39f2d17f50 /pkg/i18n
parentc3d54f3c2eba2be47695427f59c22844a6dba7fd (diff)
add git flow support
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index d9a2dcee9..5f63f18b4 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -930,6 +930,15 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "SureCheckoutThisCommit",
Other: "Are you sure you want to checkout this commit?",
+ }, &i18n.Message{
+ ID: "gitFlowOptions",
+ Other: "show git-flow options",
+ }, &i18n.Message{
+ ID: "NotAGitFlowBranch",
+ Other: "This does not seem to be a git flow branch",
+ }, &i18n.Message{
+ ID: "NewBranchNamePrompt",
+ Other: "new {{.branchType}} name:",
},
)
}