summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorskanehira <sho19921005@gmail.com>2019-03-16 16:43:13 +0900
committerJesse Duffield <jessedduffield@gmail.com>2019-03-18 09:49:23 +1100
commit32ddf0c2960e1076c526b542332f8233d916e2dd (patch)
treee8cfe72c856f83b480b56497e9566d1fb51594d6 /pkg
parentc453bfeb32d90a4c9202e11e8179b9b500e1a73b (diff)
generate commit files keybind
Diffstat (limited to 'pkg')
-rw-r--r--pkg/i18n/dutch.go3
-rw-r--r--pkg/i18n/english.go3
-rw-r--r--pkg/i18n/polish.go3
3 files changed, 9 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 74bf39a97..77b3052d9 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -650,6 +650,9 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "viewCommitFiles",
Other: "view commit's files",
}, &i18n.Message{
+ ID: "CommitFilesTitle",
+ Other: "Commit files",
+ }, &i18n.Message{
ID: "goBack",
Other: "go back",
}, &i18n.Message{
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 9280c0bbd..09805540a 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -673,6 +673,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "viewCommitFiles",
Other: "view commit's files",
}, &i18n.Message{
+ ID: "CommitFilesTitle",
+ Other: "Commit files",
+ }, &i18n.Message{
ID: "goBack",
Other: "go back",
}, &i18n.Message{
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 753ef882c..951bc3728 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -633,6 +633,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "viewCommitFiles",
Other: "view commit's files",
}, &i18n.Message{
+ ID: "CommitFilesTitle",
+ Other: "Commit files",
+ }, &i18n.Message{
ID: "goBack",
Other: "go back",
}, &i18n.Message{