diff --git a/packages/editor-ui/src/i18n/README.md b/packages/editor-ui/src/i18n/README.md index 874b9e960b..7c4bd7bb5d 100644 --- a/packages/editor-ui/src/i18n/README.md +++ b/packages/editor-ui/src/i18n/README.md @@ -220,11 +220,11 @@ module.exports = { ```
- + - - - + + +
#### `credentialsModal` section @@ -405,7 +405,7 @@ module.exports = { ```- +
#### `options` parameter @@ -458,7 +458,7 @@ module.exports = { ```- +
#### `collection` and `fixedCollection` parameters @@ -535,7 +535,7 @@ module.exports = { To reduce nesting and to share translations, a parameter inside a collection's or fixed collection's `options` parameter sits at the same level of nesting as the containing collection in the `nodeView` section.- +
> **Note**: In case of deep nesting, i.e. a child of a child of a `collection` and `fixedCollection` parameter, the deeply nested child in principle should be translatable at the same level of nesting as the `collection` and `fixedCollection` parameter, but this has not been fully tested for this first release.