1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

chore(i18n): localize panel titles

This commit is contained in:
Ryooooooga
2022-05-10 20:10:59 +09:00
parent e28d1334e9
commit 5275161a88
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),