summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-16 20:43:03 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-30 18:35:22 +1000
commit87b2455dbbf0d60751dc882faa4c203681284434 (patch)
tree1426455ea532070f567c1610408ea93e9610d07a /pkg/i18n
parent2e68967e02954a6f4d556fe637db57f7fb5aeec6 (diff)
Allow opening worktree in editor
This does the job but I think we need yet another editor command for opening a directory in a new window.
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 97b32fabd..699b5f52c 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -156,6 +156,7 @@ type TranslationSet struct {
GitconfigParseErr string
EditFile string
OpenFile string
+ OpenInEditor string
IgnoreFile string
ExcludeFile string
RefreshFiles string
@@ -881,6 +882,7 @@ func EnglishTranslationSet() TranslationSet {
GitconfigParseErr: `Gogit failed to parse your gitconfig file due to the presence of unquoted '\' characters. Removing these should fix the issue.`,
EditFile: `Edit file`,
OpenFile: `Open file`,
+ OpenInEditor: "Open in editor",
IgnoreFile: `Add to .gitignore`,
ExcludeFile: `Add to .git/info/exclude`,
RefreshFiles: `Refresh files`,