From 4f05305c8b39a378a4af6525680956ae08e57599 Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Fri, 6 Nov 2020 12:34:22 +0300 Subject: [PATCH] docs: add one more information to Localization.md --- docs/en/UI/Angular/Localization.md | 5 +++++ 1 file changed, 5 insertions(+) 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)