Browse Source
Merge pull request #10664 from abpframework/fix/missing-locales
Angular UI: Added missing locale files
pull/10665/head
Mehmet Erim
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
npm/ng-packs/packages/core/locale/src/utils/register-locale.ts
|
|
|
@ -28,7 +28,7 @@ export function registerLocale( |
|
|
|
return import( |
|
|
|
/* webpackMode: "lazy-once" */ |
|
|
|
/* webpackChunkName: "locales"*/ |
|
|
|
/* webpackInclude: /[/\\](ar|cs|en|en-GB|es|de|fi|fr|pt|tr|ru|hu|sl|zh-Hans|zh-Hant).js/ */ |
|
|
|
/* webpackInclude: /[/\\](ar|cs|en|en-GB|es|de|fi|fr|hi|hu|is|it|pt|tr|ru|ro|sk|sl|zh-Hans|zh-Hant).js/ */ |
|
|
|
/* webpackExclude: /[/\\]global|extra/ */ |
|
|
|
`@angular/common/locales/${localeMap[locale] || locale}.js` |
|
|
|
) |
|
|
|
|