mirror of https://github.com/Lissy93/dashy.git
Update multi-language-support.md
Fixed the code example in ## Config File `lang: de` throws a `Validation Warning: .appConfig should NOT have additional property: lang` while `language: de` works as expected.
This commit is contained in:
parent
1b99b5e3b6
commit
ab450a13e4
|
@ -22,7 +22,7 @@ You can also set your language in the config file. Specify the ISO code of one o
|
|||
|
||||
```yaml
|
||||
appConfig:
|
||||
lang: de
|
||||
language: de
|
||||
```
|
||||
|
||||
### Available Languages
|
||||
|
|
Loading…
Reference in New Issue