summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-16 17:35:59 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-21 22:07:14 +1100
commit986abc1e45e314e68beb7c0ba92804e60c99310b (patch)
tree788b7f689a051c414bec231489279f0f41a949bd /pkg/i18n
parent61dac10bb94874800d7b955c875cbcc3b3efa546 (diff)
support viewing a remote branch
Diffstat (limited to 'pkg/i18n')
-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 f11ce7342..ca76f0a5a 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -760,6 +760,9 @@ func addDutch(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "EnterUpstream",
Other: `Enter upstream as '<remote> <branchname>'`,
+ }, &i18n.Message{
+ ID: "ReturnToRemotesList",
+ Other: `return to remotes list`,
},
)
}
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index ee53cc1b9..62c762fdd 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -846,6 +846,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "notTrackingRemote",
Other: "(not tracking any remote)",
+ }, &i18n.Message{
+ ID: "ReturnToRemotesList",
+ Other: `return to remotes list`,
},
)
}
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 3bd6e93f0..bd9d4bc10 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -743,6 +743,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "EnterUpstream",
Other: `Enter upstream as '<remote> <branchname>'`,
+ }, &i18n.Message{
+ ID: "ReturnToRemotesList",
+ Other: `return to remotes list`,
},
)
}