i18n: add scroll-to-top/bottom shortcut descriptions

Add GotoTop and GotoBottom translation entries used by the upcoming
vim-style gg/G navigation bindings in the main panel.
This commit is contained in:
suhird.singh 2026-06-24 13:38:25 -04:00
parent 7e7aadc207
commit ecad431523

View file

@ -63,6 +63,8 @@ type TranslationSet struct {
Recreate string
PreviousContext string
NextContext string
GotoTop string
GotoBottom string
Attach string
ViewLogs string
UpProject string
@ -194,6 +196,8 @@ func englishSet() TranslationSet {
Recreate: "recreate",
PreviousContext: "previous tab",
NextContext: "next tab",
GotoTop: "scroll to top",
GotoBottom: "scroll to bottom",
Attach: "attach",
ViewLogs: "view logs",
UpProject: "up project",