diff --git a/docs/en/UI/Angular/Localization.md b/docs/en/UI/Angular/Localization.md index 1047f7e1b1..1fe4d5067a 100644 --- a/docs/en/UI/Angular/Localization.md +++ b/docs/en/UI/Angular/Localization.md @@ -309,6 +309,11 @@ import { registerLocale } from './register-locale'; ] ``` +After this custom `registerLocale` function, 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) + + ## See Also * [Localization in ASP.NET Core](../../Localization.md)