summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-03-11 09:28:47 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-03-16 10:20:27 +1100
commit1ad9c6faac18d5a683d631452e6a8f8f9c88b9da (patch)
treed28fadec1483d4bf269fc1a8af83bed848621ae3 /pkg/i18n
parent06fe726ee79d3993d936ae3e064761273b657ae8 (diff)
minor cleanup
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go6
-rw-r--r--pkg/i18n/english.go6
-rw-r--r--pkg/i18n/polish.go6
3 files changed, 18 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 57afcc74b..0d8cc2d63 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -647,6 +647,12 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "CommitFiles",
Other: "Commit files",
}, &i18n.Message{
+ ID: "viewCommitFiles",
+ Other: "view commit's files",
+ }, &i18n.Message{
+ ID: "goBack",
+ Other: "go back",
+ }, &i18n.Message{
ID: "NoCommiteFiles",
Other: "No files for this commit",
},
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 6acb43f0f..4a0b40b27 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -670,6 +670,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "CommitFiles",
Other: "Commit files",
}, &i18n.Message{
+ ID: "viewCommitFiles",
+ Other: "view commit's files",
+ }, &i18n.Message{
+ ID: "goBack",
+ Other: "go back",
+ }, &i18n.Message{
ID: "NoCommiteFiles",
Other: "No files for this commit",
},
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 4ec11817a..ba855eaf7 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -630,6 +630,12 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "CommitFiles",
Other: "Commit files",
}, &i18n.Message{
+ ID: "viewCommitFiles",
+ Other: "view commit's files",
+ }, &i18n.Message{
+ ID: "goBack",
+ Other: "go back",
+ }, &i18n.Message{
ID: "NoCommiteFiles",
Other: "No files for this commit",
},