summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-07-27 20:02:52 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-07-27 21:30:08 +1000
commit58ddbae4d12d397a1409eaf961cfdc80f42f9168 (patch)
treebdf90e87a0fb46cb212a39966c7c20add8e431c7 /pkg/i18n
parent3802b563b03171607965b8d4771ea8f9d206553b (diff)
Minor refactor
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 7d1c8b337..da49e46ce 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -457,6 +457,9 @@ type TranslationSet struct {
CreatePullRequest string
CreatePullRequestOptions string
LcCreatePullRequestOptions string
+ SelectParentCommitForMerge string
+ DefaultBranch string
+ SelectBranch string
Spans Spans
}
@@ -1007,6 +1010,9 @@ func englishTranslationSet() TranslationSet {
CreatePullRequest: "Create pull request",
CreatePullRequestOptions: "Create pull request options",
LcCreatePullRequestOptions: "create pull request options",
+ SelectParentCommitForMerge: "Select parent commit for merge",
+ DefaultBranch: "default branch",
+ SelectBranch: "select branch",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",