mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-28 07:50:32 +05:30
Intl polyfill for be locale
This commit is contained in:
parent
a915424259
commit
a5797f0172
@ -43,7 +43,7 @@ export default {
|
||||
require.context(
|
||||
'bundle?name=[name]-polyfill-data!intl/locale-data/jsonp',
|
||||
false,
|
||||
/\.\/(en|ru)\.js$/
|
||||
/\.\/(en|ru|be)\.js$/
|
||||
)(`./${locale}.js`)(resolve);
|
||||
});
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user