I would like to provide additional languages for the config flow, fan speeds, swing modes, etc.
How To Contribute
This file contains all the strings that need translating.
https://github.com/mill1000/midea-ac-py/blob/main/custom_components/midea_ac/translations/en.json
Only the values need to be translated. For example:
{
"config": {
"step": {
"user": {
"description": "Select how to add a device.",
"menu_options": {
"discover": "Discover device",
"manual": "Configure manually"
}
},
{
"config": {
"step": {
"user": {
"description": "Zadajte informácie o svojom zariadení.",
"menu_options": {
"discover": "Objavte zariadenie",
"manual": "Nakonfigurujte manuálne"
}
},
For each language, a new file should be created XX.json where XX is the language tag.
Either create a PR with the translations, or post the translations here and I will integrated them.
Thanks again.
I would like to provide additional languages for the config flow, fan speeds, swing modes, etc.
How To Contribute
This file contains all the strings that need translating.
https://github.com/mill1000/midea-ac-py/blob/main/custom_components/midea_ac/translations/en.json
Only the values need to be translated. For example:
{ "config": { "step": { "user": { "description": "Select how to add a device.", "menu_options": { "discover": "Discover device", "manual": "Configure manually" } },{ "config": { "step": { "user": { "description": "Zadajte informácie o svojom zariadení.", "menu_options": { "discover": "Objavte zariadenie", "manual": "Nakonfigurujte manuálne" } },For each language, a new file should be created XX.json where XX is the language tag.
Either create a PR with the translations, or post the translations here and I will integrated them.
Thanks again.