summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-12-05 19:33:46 +1100
committerJesse Duffield <jessedduffield@gmail.com>2018-12-05 19:33:46 +1100
commitc0f9795910dd840fb83e6992f7f59c77ec4c13fc (patch)
tree05fe245b822008f458025a5dd75cae384bfda845 /pkg/i18n
parent658e5a9faf8409c62f11f3ad6d636d0255e450f4 (diff)
staging lines and hunks
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 7a032e105..a3ce14d2e 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -420,6 +420,21 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "StagingTitle",
Other: `Staging`,
+ }, &i18n.Message{
+ ID: "StageHunk",
+ Other: `stage hunk`,
+ }, &i18n.Message{
+ ID: "StageLine",
+ Other: `stage line`,
+ }, &i18n.Message{
+ ID: "EscapeStaging",
+ Other: `return to files panel`,
+ }, &i18n.Message{
+ ID: "CantFindHunks",
+ Other: `Could not find any hunks in this patch`,
+ }, &i18n.Message{
+ ID: "CantFindHunk",
+ Other: `Could not find hunk`,
},
)
}