From bbd551e6257b49629f9923a5211080db5f8db56c Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 17 Dec 2025 08:33:38 +0100 Subject: [PATCH] Update default language for Buerklin provider to English in documentation --- docs/usage/information_provider_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/information_provider_system.md b/docs/usage/information_provider_system.md index 95e1c0c2..d1b26568 100644 --- a/docs/usage/information_provider_system.md +++ b/docs/usage/information_provider_system.md @@ -276,7 +276,7 @@ The following env configuration options are available: * `PROVIDER_BUERKLIN_USERNAME`: The username you got from Buerklin (mandatory) * `PROVIDER_BUERKLIN_PASSWORD`: The password you got from Buerklin (mandatory) * `PROVIDER_BUERKLIN_CURRENCY`: The currency you want to get prices in if available (optional, 3 letter ISO-code, default: `EUR`). -* `PROVIDER_BUERKLIN_LANGUAGE`: The language you want to get the descriptions in. Possible values: `de` = German, `en` = English. (optional, default: `de`) +* `PROVIDER_BUERKLIN_LANGUAGE`: The language you want to get the descriptions in. Possible values: `de` = German, `en` = English. (optional, default: `en`) ### Custom provider