summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-10-22 11:51:16 +1100
committerGitHub <noreply@github.com>2018-10-22 11:51:16 +1100
commit3b6b68a2a1541fe26b39cba676b039f72142a28b (patch)
tree80cee673655645b82f7d76d2cc2be409c16c1c8e /pkg/i18n/english.go
parentd5f64602a8e10ab5c8162140d426ce677fe884ee (diff)
parent990dc8c4ea1133a58d5c863abd543ee5cde1e700 (diff)
Merge pull request #305 from kristijanhusak/feature/create-pull-request
Add option to create pull request from branches panel.
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 9ead5a54e..96c2031bf 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -402,6 +402,15 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "SwitchRepo",
Other: `switch to a recent repo`,
+ }, &i18n.Message{
+ ID: "UnsupportedGitService",
+ Other: `Unsupported git service`,
+ }, &i18n.Message{
+ ID: "createPullRequest",
+ Other: `create pull request`,
+ }, &i18n.Message{
+ ID: "NoBranchOnRemote",
+ Other: `This branch doesn't exist on remote. You need to push it to remote first.`,
},
)
}