chore(i18n): localize panel titles

This commit is contained in:
Ryooooooga 2022-05-10 20:10:59 +09:00
parent e28d1334e9
commit 5275161a88
No known key found for this signature in database
GPG key ID: 07CF200DFCC20C25
10 changed files with 75 additions and 66 deletions

View file

@ -343,7 +343,7 @@ func (gui *Gui) resetState(filterPath string, reuseState bool) {
Diffing: diffing.New(),
},
ViewContextMap: viewContextMap,
ViewTabContextMap: contextTree.InitialViewTabContextMap(),
ViewTabContextMap: contextTree.InitialViewTabContextMap(gui.c.Tr),
ScreenMode: screenMode,
// TODO: put contexts in the context manager
ContextManager: NewContextManager(initialContext),