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:
Harald Töpfer 2023-09-05 14:30:54 +02:00 committed by GitHub
parent 1b99b5e3b6
commit ab450a13e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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