summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-08-28 20:13:01 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-09-03 17:52:05 +0200
commit2416f585ce24227cc6ab49e19b29e45bb3aa2524 (patch)
treef8b74fe2fe7ba0ec9ebb9cfb77d047297b8c28cd /pkg/i18n
parent741e28d01a95a6bafa442d3642774b0f3817ff7f (diff)
initial help panel
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 1d9e8b41e..1527b7faf 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -49,6 +49,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "navigate",
Other: "navigate",
}, &i18n.Message{
+ ID: "help",
+ Other: "help",
+ }, &i18n.Message{
ID: "stashFiles",
Other: "stash files",
}, &i18n.Message{
@@ -184,6 +187,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "CloseConfirm",
Other: "{{.keyBindClose}}: close, {{.keyBindConfirm}}: confirm",
}, &i18n.Message{
+ ID: "close",
+ Other: "close",
+ }, &i18n.Message{
ID: "SureResetThisCommit",
Other: "Are you sure you want to reset to this commit?",
}, &i18n.Message{