Skip to content

Help Wanted: Add more translations #54

@mill1000

Description

@mill1000

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions