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

update i18n

This commit is contained in:
Jesse Duffield
2019-03-02 15:11:53 +11:00
parent 1337f6e76a
commit e331dfcaf8
5 changed files with 281 additions and 42 deletions

View File

@@ -38,7 +38,7 @@ func (gui *Gui) changeContext(viewName, context string) error {
return nil
}
contextMap := gui.getContextMap()
contextMap := gui.GetContextMap()
gui.g.DeleteKeybindings(viewName)
@@ -53,7 +53,7 @@ func (gui *Gui) changeContext(viewName, context string) error {
}
func (gui *Gui) setInitialContexts() error {
contextMap := gui.getContextMap()
contextMap := gui.GetContextMap()
initialContexts := map[string]string{
"main": "merging",