Fix broken link (#525)

This commit is contained in:
Emily Mills 2020-05-13 13:34:22 -04:00 committed by GitHub
parent fbb18f12db
commit e6bce19d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,4 +142,4 @@ Translations for the config flow handlers are defined under the `config` key in
}
```
When the translations are merged into Home Assistant, they will be automatically uploaded to [Lokalise](https://lokalise.co/) where the translation team will help to translate them in other languages. While developing locally, you will need to run `python3 -m script.translations develop` to see changes made to `strings.json` [More info on translating Home Assistant.](internationalization_translation.md)
When the translations are merged into Home Assistant, they will be automatically uploaded to [Lokalise](https://lokalise.co/) where the translation team will help to translate them in other languages. While developing locally, you will need to run `python3 -m script.translations develop` to see changes made to `strings.json` [More info on translating Home Assistant.](translations.md)