mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-06 03:53:59 +02:00
Corrected 'zh' to 'zh-CN' in lazygit docs for proper localization
This commit is contained in:
parent
1db1fee03a
commit
1431ffcebf
@ -27,7 +27,7 @@ gui:
|
|||||||
sidePanelWidth: 0.3333 # number from 0 to 1
|
sidePanelWidth: 0.3333 # number from 0 to 1
|
||||||
expandFocusedSidePanel: false
|
expandFocusedSidePanel: false
|
||||||
mainPanelSplitMode: 'flexible' # one of 'horizontal' | 'flexible' | 'vertical'
|
mainPanelSplitMode: 'flexible' # one of 'horizontal' | 'flexible' | 'vertical'
|
||||||
language: 'auto' # one of 'auto' | 'en' | 'zh' | 'pl' | 'nl' | 'ja' | 'ko' | 'ru'
|
language: 'auto' # one of 'auto' | 'en' | 'zh-CN' | 'pl' | 'nl' | 'ja' | 'ko' | 'ru'
|
||||||
timeFormat: '02 Jan 06' # https://pkg.go.dev/time#Time.Format
|
timeFormat: '02 Jan 06' # https://pkg.go.dev/time#Time.Format
|
||||||
shortTimeFormat: '3:04PM'
|
shortTimeFormat: '3:04PM'
|
||||||
theme:
|
theme:
|
||||||
|
Loading…
Reference in New Issue
Block a user