diff --git a/docs/latest/assets/img/ohif-i18n-extending-files-tree.png b/docs/latest/assets/img/ohif-i18n-extending-files-tree.png deleted file mode 100644 index 1166a533d..000000000 Binary files a/docs/latest/assets/img/ohif-i18n-extending-files-tree.png and /dev/null differ diff --git a/docs/latest/essentials/translating.md b/docs/latest/essentials/translating.md index 33f3c5391..0e6e575e1 100644 --- a/docs/latest/essentials/translating.md +++ b/docs/latest/essentials/translating.md @@ -150,7 +150,17 @@ In this cases, you don't need to set an entire language again, you can extend la This new folder must to be called with a double character name, like the `UK` in the following file tree: -Files Tree for Extending Purpouses +```bash + |-- src + |-- locales + |-- en + |-- Buttons.json + | UK + |-- Buttons.js + | US + |-- Buttons.js + ... +``` All properties inside a Namespace will be merged in the new sub language, e.g `en-US` and `en-UK` will merge the props with `en`.