diff --git a/docs/en/UI/Angular/Localization.md b/docs/en/UI/Angular/Localization.md index 1fe4d5067a..d4af491b8d 100644 --- a/docs/en/UI/Angular/Localization.md +++ b/docs/en/UI/Angular/Localization.md @@ -309,10 +309,12 @@ import { registerLocale } from './register-locale'; ] ``` -After this custom `registerLocale` function, only en and fr locale files will be created as chunks: +After this custom `registerLocale` function, since the en and fr added to the `webpackInclude`, only en and fr locale files will be created as chunks: ![locale chunks](https://user-images.githubusercontent.com/34455572/98203212-acaa2100-1f44-11eb-85af-4eb66d296326.png) +Which locale files you add to `webpackInclude` magic comment, they will be included in the bundle + ## See Also