summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-10-16 12:07:24 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-10-16 12:22:34 +1100
commitd02e52989ea33fbdbc89a98f5f39932a36acfeb7 (patch)
tree7fa75576c610b7f9b3ca8fbf778d79df93236eca /pkg/i18n
parent913a2fd0656c393e743686cf6fe823a963916463 (diff)
small changes
Diffstat (limited to 'pkg/i18n')
-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 5a88ba396..8e1ac9647 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -427,6 +427,8 @@ type TranslationSet struct {
LcSelectBranch string
CreatePullRequest string
CreatingPullRequestAtUrl string
+ SelectConfigFile string
+ NoConfigFileFoundErr string
Spans Spans
}
@@ -947,6 +949,8 @@ func englishTranslationSet() TranslationSet {
LcDefaultBranch: "default branch",
LcSelectBranch: "select branch",
CreatingPullRequestAtUrl: "Creating pull request at URL: %s",
+ SelectConfigFile: "Select config file",
+ NoConfigFileFoundErr: "No config file found",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",