mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
chore(i18n): localize panel titles
This commit is contained in:
parent
e28d1334e9
commit
5275161a88
10 changed files with 75 additions and 66 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue