From ab450a13e4e533c49dbda6578fc486dc4446976e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20T=C3=B6pfer?= <62364169+hubortje@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:30:54 +0200 Subject: [PATCH] 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. --- docs/multi-language-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/multi-language-support.md b/docs/multi-language-support.md index 0f3a0457..118f7ba2 100644 --- a/docs/multi-language-support.md +++ b/docs/multi-language-support.md @@ -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