summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2022-05-04 21:20:45 +0900
committerRyooooooga <eial5q265e5@gmail.com>2022-05-06 21:53:00 +0900
commitd458e78d95132a894d0577a31b3af643f070b3e6 (patch)
treee04239847d4b029c7caed877b4e48f13d7ba8e76 /pkg/i18n/english.go
parent0940e0182b7d9ecba1a5f222b77f0d678753e9d5 (diff)
feat: add ability to edit hunk
Diffstat (limited to 'pkg/i18n/english.go')
-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 8b2837ef2..8466a6571 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -167,6 +167,7 @@ type TranslationSet struct {
ToggleDragSelect string
ToggleSelectHunk string
ToggleSelectionForPatch string
+ EditHunk string
TogglePanel string
ReturnToFilesPanel string
FastForward string
@@ -777,6 +778,7 @@ func EnglishTranslationSet() TranslationSet {
ToggleDragSelect: `toggle drag select`,
ToggleSelectHunk: `toggle select hunk`,
ToggleSelectionForPatch: `add/remove line(s) to patch`,
+ EditHunk: `edit hunk`,
TogglePanel: `switch to other panel`,
ReturnToFilesPanel: `return to files panel`,
FastForward: `fast-forward this branch from its upstream`,