From 624ae45ebb3f54499a25c4eba0844fa971277c34 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 28 Mar 2020 16:28:35 +1100 Subject: allow scoped mode where the commits/reflog/stash panels are scoped to a file WIP restrict certain actions in scoped mode WIP --- pkg/i18n/english.go | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'pkg/i18n/english.go') diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index e2db241f0..bcdbb3e0d 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -1083,6 +1083,30 @@ func addEnglish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "gotoBottom", Other: "scroll to bottom", + }, &i18n.Message{ + ID: "scopingTo", + Other: "scoping to", + }, &i18n.Message{ + ID: "(reset)", + Other: "(reset)", + }, &i18n.Message{ + ID: "openScopingMenu", + Other: "view scoping options", + }, &i18n.Message{ + ID: "scopeTo", + Other: "scope to", + }, &i18n.Message{ + ID: "exitOutOfScopedMode", + Other: "stop scoping", + }, &i18n.Message{ + ID: "fileToScopeToOption", + Other: "enter path to scope to", + }, &i18n.Message{ + ID: "enterFileName", + Other: "enter path:", + }, &i18n.Message{ + ID: "scopingMenuTitle", + Other: "scoping", }, ) } -- cgit v1.2.3