Correct the documentation about the language (#20297)

This commit is contained in:
Tim Coninx 2021-11-14 11:04:05 +01:00 committed by GitHub
parent 89bfb078fe
commit 78fb811d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,10 +41,10 @@ province:
required: true
type: string
language:
description: "The 2 letters of your language, please be aware that this is only possible in the current country. So 'ne' is only possible in Netherlands. Possible options are: bu, bs, ce, da, de, ee, en, es, ga, ca, su, fr, gr, he, hr, ma, is, it, li, la, sr, mk, ma, ne, no, po, pt, ro, cp, sv, sl, eu."
description: "The ISO code of your language, please be aware that this is only possible in the current country. So 'nl-NL' or 'nl-BE' is only possible in Netherlands or Belgium"
required: false
type: string
default: "en"
default: "en-US"
{% endconfiguration %}