From 1dd7307fde033dae5fececac15810a99e26c3d91 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 16 Jan 2022 14:46:53 +1100 Subject: start moving commit panel handlers into controller more and more move rebase commit refreshing into existing abstraction and more and more WIP and more handling clicks properly fix merge conflicts update cheatsheet lots more preparation to start moving things into controllers WIP better typing expand on remotes controller moving more code into controllers --- pkg/i18n/english.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/i18n') diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index f3b90a194..5db081625 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -46,6 +46,7 @@ type TranslationSet struct { LcPush string LcPull string LcScroll string + LcFileFilter string LcCommitFileFilter string FilterStagedFiles string FilterUnstagedFiles string @@ -620,6 +621,7 @@ func EnglishTranslationSet() TranslationSet { LcScroll: "scroll", MergeConflictsTitle: "Merge Conflicts", LcCheckout: "checkout", + LcFileFilter: "Filter files (staged/unstaged)", LcCommitFileFilter: "Filter commit files", FilterStagedFiles: "Show only staged files", FilterUnstagedFiles: "Show only unstaged files", -- cgit v1.2.3