summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-12-28 13:31:20 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-12-29 09:01:06 +1100
commitf89747451a609484bea0b2b5a004a6c3da66aaeb (patch)
tree7704496218abfa9319a8ca39436aae9976b176f2 /pkg/i18n
parent8a76b5a4ee0a02cdad2fdf41a773ccc7ca504cc2 (diff)
allow opening a commit in the browser
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index f08addff7..aa2af0a3a 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -439,6 +439,7 @@ type TranslationSet struct {
LcSelectBranch string
CreatePullRequest string
CreatingPullRequestAtUrl string
+ OpeningCommitInBrowser string
SelectConfigFile string
NoConfigFileFoundErr string
LcLoadingFileSuggestions string
@@ -454,6 +455,7 @@ type TranslationSet struct {
ShowGitGraph string
SortCommits string
CantChangeContextSizeError string
+ LcOpenCommitInBrowser string
Spans Spans
}
@@ -987,6 +989,7 @@ func englishTranslationSet() TranslationSet {
LcDefaultBranch: "default branch",
LcSelectBranch: "select branch",
CreatingPullRequestAtUrl: "Creating pull request at URL: %s",
+ OpeningCommitInBrowser: "Opening commit in browser at URL: %s",
SelectConfigFile: "Select config file",
NoConfigFileFoundErr: "No config file found",
LcLoadingFileSuggestions: "loading file suggestions",
@@ -1002,6 +1005,7 @@ func englishTranslationSet() TranslationSet {
ShowGitGraph: "show git graph",
SortCommits: "commit sort order",
CantChangeContextSizeError: "Cannot change context while in patch building mode because we were too lazy to support it when releasing the feature. If you really want it, please let us know!",
+ LcOpenCommitInBrowser: "open commit in browser",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",