summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-28 14:08:54 +1100
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-03-28 03:16:44 +0000
commit52f41ab0d5f367cd01ab385d0ad500833b6baa8a (patch)
tree83e2a84cf221b7134b8dd975f269a052a6a43a31 /pkg/i18n
parentfbb767893ea469f9173d32dd8aa165f77e5f4ba1 (diff)
update cheatsheet
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 3aa11224e..e2db241f0 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1068,6 +1068,21 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "MustStashTitle",
Other: "Must stash",
+ }, &i18n.Message{
+ ID: "ConfirmationTitle",
+ Other: "Confirmation Panel",
+ }, &i18n.Message{
+ ID: "prevPage",
+ Other: "previous page",
+ }, &i18n.Message{
+ ID: "nextPage",
+ Other: "next page",
+ }, &i18n.Message{
+ ID: "gotoTop",
+ Other: "scroll to top",
+ }, &i18n.Message{
+ ID: "gotoBottom",
+ Other: "scroll to bottom",
},
)
}