diff --git a/docs/effective-volto/addons/i18n.md b/docs/effective-volto/addons/i18n.md index 0bec5ab18..0f0712dda 100644 --- a/docs/effective-volto/addons/i18n.md +++ b/docs/effective-volto/addons/i18n.md @@ -42,4 +42,6 @@ In the context of your project (eg. in the root), run `yarn i18n` to merge the a ## Override translations -The workflow allows you to override translations from your project scope, so the project translations "always win". +The addon loading chain is followed here as well, so the addons can override +translation messages and the last addon "wins". The project translations are +loaded last, so it can override any addon translations.