From 296c95433af2e4b671ca697d3e7a506e6cfc64d0 Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Fri, 6 Nov 2020 14:14:07 +0300 Subject: [PATCH] docs: improve the Localization.md --- docs/en/UI/Angular/Localization.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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