diff --git a/aio/content/guide/i18n.md b/aio/content/guide/i18n.md index ba0d175262..72de42ffe0 100644 --- a/aio/content/guide/i18n.md +++ b/aio/content/guide/i18n.md @@ -766,8 +766,10 @@ The HTML `base` tag with the `href` attribute specifies the base URI, or URL, fo "i18n": { "sourceLocale": "en-US", "locales": { - "fr": "src/locale/messages.fr.xlf" - "baseHref": "" + "fr": { + "translation": "src/locale/messages.fr.xlf", + "baseHref": "" + } } }, "architect": {