From 37be9dbea18f52a544a1dd134657c02c1ee61aef Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 2 Nov 2021 20:35:53 +1100 Subject: support scrolling left and right --- pkg/i18n/english.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkg/i18n/english.go') diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 8f39948a0..b7c38d7ac 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -271,6 +271,9 @@ type TranslationSet struct { LcStashOptions string NotARepository string LcJump string + LcScrollLeftRight string + LcScrollLeft string + LcScrollRight string DiscardPatch string DiscardPatchConfirm string CantPatchWhileRebasingError string @@ -802,6 +805,9 @@ func englishTranslationSet() TranslationSet { LcStashOptions: "Stash options", NotARepository: "Error: must be run inside a git repository", LcJump: "jump to panel", + LcScrollLeftRight: "scroll left/right", + LcScrollLeft: "scroll left", + LcScrollRight: "scroll right", DiscardPatch: "Discard Patch", DiscardPatchConfirm: "You can only build a patch from one commit/stash-entry at a time. Discard current patch?", CantPatchWhileRebasingError: "You cannot build a patch or run patch commands while in a merging or rebasing state", -- cgit v1.2.3