summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorAndrew Hynes <andrewjhynes@gmail.com>2022-10-06 22:59:06 -0230
committerGitHub <noreply@github.com>2022-10-06 22:59:06 -0230
commit8c46a0110d7ff25b2c915a1eacfb7f4030b678b4 (patch)
tree5851623b5f49d5efa65bed58a9b9295bdef8f262 /pkg/i18n/english.go
parenta30d924afe8e996dd0517bc70855803858efc362 (diff)
parent7b4b42abd6f458eb667d322ec870bc6b20024812 (diff)
Merge branch 'master' into stash-untracked-changes
Diffstat (limited to 'pkg/i18n/english.go')
-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 fe8bf3076..35f7bb503 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -508,6 +508,8 @@ type TranslationSet struct {
EmptyOutput string
Patch string
CustomPatch string
+ LcCommitsCopied string
+ LcCommitCopied string
Actions Actions
Bisect Bisect
}
@@ -1150,6 +1152,8 @@ func EnglishTranslationSet() TranslationSet {
EmptyOutput: "<empty output>",
Patch: "Patch",
CustomPatch: "Custom patch",
+ LcCommitsCopied: "commits copied",
+ LcCommitCopied: "commit copied",
Actions: Actions{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",