summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
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 eba4dd972..a8b75cbe4 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -751,6 +751,9 @@ func addDutch(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "notARepository",
Other: "Error: must be run inside a git repository",
+ }, &i18n.Message{
+ ID: "jump",
+ Other: "jump to panel",
},
)
}
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 8768d6d7b..2de69d4d6 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -774,6 +774,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "notARepository",
Other: "Error: must be run inside a git repository",
+ }, &i18n.Message{
+ ID: "jump",
+ Other: "jump to panel",
},
)
}
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index cc2393090..6c55a5d30 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -734,6 +734,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "notARepository",
Other: "Error: must be run inside a git repository",
+ }, &i18n.Message{
+ ID: "jump",
+ Other: "jump to panel",
},
)
}