Added link to backend translation page (#858)

This commit is contained in:
Philip Allgaier 2021-03-22 12:01:55 +01:00 committed by GitHub
parent 33612c2f20
commit 8919af1601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,7 +345,9 @@ class TestFlow(config_entries.ConfigFlow, domain=DOMAIN):
## Translations
Data entry flows depend on translations for showing the text in the forms. It depends on the parent of a data entry flow manager where this is stored. For config and option flows this is in `strings.json` under `config` and `option`.
Data entry flows depend on translations for showing the text in the forms. It depends on the parent of a data entry flow manager where this is stored. For config and option flows this is in `strings.json` under `config` and `option`.
For a more detailed explanation of `strings.json` see to the [backend translation](/docs/internationalization/core) page.
## Initializing a config flow from an external source