From 8919af1601b909d1cc2fe621da031b12ddcf985f Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 22 Mar 2021 12:01:55 +0100 Subject: [PATCH] Added link to backend translation page (#858) --- docs/data_entry_flow_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/data_entry_flow_index.md b/docs/data_entry_flow_index.md index 00600c9c..620aaf18 100644 --- a/docs/data_entry_flow_index.md +++ b/docs/data_entry_flow_index.md @@ -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