Browse Source
Merge pull request #7190 from abpframework/chore/new-locale
Included en-GB locale file to the Angular UI bundle
pull/7203/head
Muhammed Altuğ
6 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 new Promise((resolve, reject) => { |
|
|
|
return import( |
|
|
|
/* webpackChunkName: "_locale-[request]"*/ |
|
|
|
/* webpackInclude: /[/\\](ar|cs|en|fr|pt|tr|ru|hu|sl|zh-Hans|zh-Hant).js/ */ |
|
|
|
/* webpackInclude: /[/\\](ar|cs|en|en-GB|fr|pt|tr|ru|hu|sl|zh-Hans|zh-Hant).js/ */ |
|
|
|
/* webpackExclude: /[/\\]global|extra/ */ |
|
|
|
`@angular/common/locales/${localeMap[locale] || locale}.js` |
|
|
|
) |
|
|
|
|