Updating confusing/incorrect information (#10322)

* Updating confusing/incorrect information

The country code is 2 letters, not digits (digits wold be numbers). The language is also letters, but not 4 but 2 I think.

* ✏️ Tweak
This commit is contained in:
bruxy70 2019-09-10 22:50:19 +02:00 committed by Franck Nijhof
parent 68c471b667
commit 6240ddea29

View File

@ -29,7 +29,7 @@ name:
default: meteoalarm
type: string
country:
description: The 2 digits of your country
description: The 2 letters of your country
required: true
type: string
province:
@ -37,7 +37,7 @@ province:
required: true
type: string
language:
description: "The 4 digits our your language, please be aware that this is only possible in the current country. So 'ne' is only possible in Netherlands. Possible options is: 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, ro, cp, sv, sl, eu."
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, ro, cp, sv, sl, eu."
required: false
type: string
default: 'en'