-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): normalize locale tags with Intl A…
…PI when resolving in application builder All specified locales in the i18n configuration for an application use the `application` or `browser-esbuild` builders will now be normalized using the `Intl` API. This ensures that the provided locale tags are both well-formed and correctly cased. This also more easily allowed an optimization for the default locale which is already embedded into the framework and will now no longer be injected by the build process if active.
- Loading branch information
1 parent
aca0be0
commit f0c032d
Showing
1 changed file
with
47 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters