Add link to core translation doc from data entry flow doc (#2287)

This commit is contained in:
Erik Montnemery 2024-08-27 15:05:30 +02:00 committed by GitHub
parent adb09ecf85
commit d87b9e2d90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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