diff --git a/packages/editor-ui/src/i18n/README.md b/packages/editor-ui/src/i18n/README.md index d5c4553d20..874b9e960b 100644 --- a/packages/editor-ui/src/i18n/README.md +++ b/packages/editor-ui/src/i18n/README.md @@ -78,6 +78,7 @@ export default { saving: '🇩🇪 Saving', saved: '🇩🇪 Saved', }, + // ... ``` To [localize decimal values](https://vue-i18n.intlify.dev/guide/essentials/number.html#basic-usage), add this key to the base text: @@ -219,17 +220,11 @@ module.exports = { ```

- -      + -      - -

- -

- -      - + + +

#### `credentialsModal` section @@ -410,12 +405,9 @@ module.exports = { ```

- +

-TODO i18n -[IMAGE OF NODE VIEW MODAL WHERE `string` parameter IS USED] - #### `options` parameter Allowed keys: `displayName`, `description`, and `placeholder`. @@ -466,7 +458,7 @@ module.exports = { ```

- +

#### `collection` and `fixedCollection` parameters @@ -543,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. diff --git a/packages/editor-ui/src/i18n/img/node3.png b/packages/editor-ui/src/i18n/img/node3.png deleted file mode 100644 index 59f240e65c..0000000000 Binary files a/packages/editor-ui/src/i18n/img/node3.png and /dev/null differ diff --git a/packages/editor-ui/src/i18n/img/node4.png b/packages/editor-ui/src/i18n/img/node4.png new file mode 100644 index 0000000000..cb13483b9c Binary files /dev/null and b/packages/editor-ui/src/i18n/img/node4.png differ