summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-07-27 20:05:53 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-07-27 21:30:08 +1000
commitb81bac3d6588de046519691f4e1ab77f49bdc6d4 (patch)
tree93c645f4fb859149145e703cae4b8c5163aec2dd /pkg/i18n
parent58ddbae4d12d397a1409eaf961cfdc80f42f9168 (diff)
more i18n
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index da49e46ce..e2a9f38de 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -454,12 +454,12 @@ type TranslationSet struct {
ToggleWhitespaceInDiffView string
IgnoringWhitespaceInDiffView string
ShowingWhitespaceInDiffView string
- CreatePullRequest string
CreatePullRequestOptions string
LcCreatePullRequestOptions string
- SelectParentCommitForMerge string
- DefaultBranch string
- SelectBranch string
+ LcDefaultBranch string
+ LcSelectBranch string
+ CreatePullRequest string
+ CreatingPullRequestAtUrl string
Spans Spans
}
@@ -1010,9 +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",
+ LcDefaultBranch: "default branch",
+ LcSelectBranch: "select branch",
+ CreatingPullRequestAtUrl: "Creating pull request at URL: %s",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",