From d87b9e2d900d935f4ed1a7206e39e40a805c9a35 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 27 Aug 2024 15:05:30 +0200 Subject: [PATCH] Add link to core translation doc from data entry flow doc (#2287) --- docs/data_entry_flow_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/data_entry_flow_index.md b/docs/data_entry_flow_index.md index 2600e66c..460910f2 100644 --- a/docs/data_entry_flow_index.md +++ b/docs/data_entry_flow_index.md @@ -162,6 +162,8 @@ Translations for the form are added to `strings.json` in a key for the `step_id` | `data` | Field labels | Keep succinct and consistent with other integrations whenever appropriate for the best user experience. | | `data_description` | Field descriptions | Optional explanatory text to show below the field. | +More details about translating data entry flows can be found in the [core translations documentation](/docs/internationalization/core). + The field labels and descriptions are given as a dictionary with keys corresponding to your schema. Here is a simple example: ```json