summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJoel Baranick <joel.baranick@ensighten.com>2022-09-02 21:38:16 -0700
committerJesse Duffield <jessedduffield@gmail.com>2023-07-30 18:35:21 +1000
commit1ce9a87544c87629567812fbb72d4f4a4f37bdf9 (patch)
tree525483b9b74558f8c6ce8f3c050686ad8ce5345e /pkg/i18n
parent35e6e6347a37910a48ad312663d5f8ee6f929496 (diff)
Basic support for adding a worktree
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 734a25c80..17ccacab1 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -554,6 +554,8 @@ type TranslationSet struct {
NoWorktreesThisRepo string
MissingWorktree string
MainWorktree string
+ CreateWorktree string
+ NewWorktreePath string
Name string
Branch string
Path string
@@ -688,6 +690,7 @@ type Actions struct {
BisectSkip string
BisectMark string
DeleteWorktree string
+ CreateWorktree string
}
const englishIntroPopupMessage = `
@@ -1269,6 +1272,8 @@ func EnglishTranslationSet() TranslationSet {
NoWorktreesThisRepo: "No worktrees",
MissingWorktree: "(missing)",
MainWorktree: "(main)",
+ CreateWorktree: "Create worktree",
+ NewWorktreePath: "New Worktree path",
Name: "Name",
Branch: "Branch",
Path: "Path",
@@ -1380,6 +1385,7 @@ func EnglishTranslationSet() TranslationSet {
BisectSkip: "Bisect skip",
BisectMark: "Bisect mark",
DeleteWorktree: "Delete worktree",
+ CreateWorktree: "Create worktree",
},
Bisect: Bisect{
Mark: "Mark current commit (%s) as %s",