mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
docs: list all supported languages for gui.language
Signed-off-by: s3onghyun <s3onghyun.hong@gmail.com>
This commit is contained in:
parent
7e7aadc207
commit
955887fc5b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ to the top of your config file or via [Visual Studio Code settings.json config][
|
|||
```yml
|
||||
gui:
|
||||
scrollHeight: 2
|
||||
language: "auto" # one of 'auto' | 'en' | 'pl' | 'nl' | 'de' | 'tr'
|
||||
language: "auto" # one of 'auto' | 'en' | 'pl' | 'nl' | 'de' | 'tr' | 'fr' | 'zh' | 'es' | 'pt'
|
||||
border: "rounded" # one of 'rounded' | 'single' | 'double' | 'hidden'
|
||||
theme:
|
||||
activeBorderColor:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue