summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-02-20 22:52:17 +1100
committerJesse Duffield Duffield <jesseduffieldduffield@Jesses-MacBook-Pro-3.local>2019-02-24 09:42:35 +1100
commit6c1d2d45ef2d001e28ec31095826422ba7461664 (patch)
tree857cea81552243eb28cd76cb8521f6afc6464c27 /pkg/i18n
parentf6b3a9b1842438ece889ce4ef7045365325e53fe (diff)
some i18n and restricting rewording during interactive rebase
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index e910d855b..ba137a3be 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -565,6 +565,14 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "NoRoom",
Other: "Not enough room",
- },
+ }, &i18n.Message{
+ ID: "YouAreHere",
+ Other: "YOU ARE HERE",
+ }, &i18n.Message{
+ ID: "rewordNotSupported",
+ Other: "rewording commits while interactively rebasing is not currently supported",
+ },
+
+
)
}