diff --git a/aio/content/guide/i18n.md b/aio/content/guide/i18n.md index e631f9b594..001a1f4246 100644 --- a/aio/content/guide/i18n.md +++ b/aio/content/guide/i18n.md @@ -748,7 +748,7 @@ Specify the warning level in the `options` section for the `build` target of you ## Deploy multiple locales -If `myapp` is the directory containing your app's distributable files, you would typically make available different versions for different locales in locale directories such as `myapp/fr` for the French version and `myapp.com/es` for the Spanish version. +If `myapp` is the directory containing your app's distributable files, you would typically make available different versions for different locales in locale directories such as `myapp/fr` for the French version and `myapp/es` for the Spanish version. The HTML `base` tag with the `href` attribute specifies the base URI, or URL, for relative links. If you set the `"localize"` option in `angular.json` to `true` or to an array of locale IDs, the CLI adjusts the base `href` for each version of the app by adding the locale to the configured `"baseHref"`. You can specify the `"baseHref"` for each locale in your workspace configuration file (`angular.json`), as shown in the following example, which sets `"baseHref"` to an empty string: