diff --git a/packages/editor-ui/src/plugins/i18n/docs/README.md b/packages/editor-ui/src/plugins/i18n/docs/README.md index 2c1eca0d8c..f0645b9205 100644 --- a/packages/editor-ui/src/plugins/i18n/docs/README.md +++ b/packages/editor-ui/src/plugins/i18n/docs/README.md @@ -213,14 +213,14 @@ export class Github implements INodeType { Header text is used wherever the node's display name and description are needed:
- - - + + +
- - + +
#### `credentialsModal` section @@ -322,7 +322,7 @@ The object for each node credential parameter allows for the keys `displayName`, ```- +
#### `nodeView` section @@ -393,7 +393,7 @@ Allowed keys: `displayName`, `description`, and `placeholder`. ```- +
#### `options` parameter @@ -446,7 +446,7 @@ Allowed subkeys: `options.{optionName}.displayName` and `options.{optionName}.de ```- +
#### `collection` and `fixedCollection` parameters @@ -523,7 +523,7 @@ To reduce nesting and to share translations, a parameter inside a collection's o ```- +
> **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.