Limych / ha-snowtire

Home Assistant sensor to predict if it's time to change car tires from summer to winter and vice versa.
Other
27 stars 12 forks source link

Dutch Translation #34

Closed Dutchy-79 closed 11 months ago

Dutchy-79 commented 3 years ago

Is your feature request related to a problem? Please describe.

Add Dutch translation

Describe the solution you'd like

I'd like to contribute the dutch translation Describe alternatives you've considered

Just adding Dutch translaion Additional context

Working my way through the template to add Dutch translation Option 1: { "state": { "snowtire__type": { "off": "Zomerbanden", "on": "Winterbanden" } } }

Option 2: might be best due length { "state": { "snowtire__type": { "off": "Zomer", "on": "Winter" } } }

file name should be binary_sensor.nl.json

Also the file binary_sensor.uk.json is wrong because that's UA not UK https://www.iso.org/obp/ui/#iso:code:3166:UA

Limych commented 3 years ago

For adding Dutch translation, please, open pull request. The shortest by length texts is preferred.

Language tag for Ukrainian translation is correct.

See HA documentation:

Language tags have to follow BCP 47. A list of most language tags can be found here: IANA subtag registry