summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-10-18 19:00:03 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-10-19 09:02:42 +1100
commitca7252ef8ee26affdc2c74f05c9c20196a8d571b (patch)
tree7323ca472558a435f01ae62e123cc2576e1959b3 /pkg/i18n/english.go
parenta496858c629e3c6241b51cf99cd38d6fa1b787bc (diff)
suggest files when picking a path to filter on
async fetching of suggestions remove limit cache the trie for future use more more
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 1156cfee7..e3712b7b5 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -430,6 +430,7 @@ type TranslationSet struct {
CreatingPullRequestAtUrl string
SelectConfigFile string
NoConfigFileFoundErr string
+ LcLoadingFileSuggestions string
Spans Spans
}
@@ -954,6 +955,7 @@ func englishTranslationSet() TranslationSet {
CreatingPullRequestAtUrl: "Creating pull request at URL: %s",
SelectConfigFile: "Select config file",
NoConfigFileFoundErr: "No config file found",
+ LcLoadingFileSuggestions: "loading file suggestions",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",