Browse Source

docs: add one more information to Localization.md

pull/6099/head
mehmet-erim 6 years ago
parent
commit
4f05305c8b
  1. 5
      docs/en/UI/Angular/Localization.md

5
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)

Loading…
Cancel
Save