Merge pull request #2126 from thornbill/fix-date-fns-import

Fix arabic import from date-fns
This commit is contained in:
dkanada 2020-11-27 00:51:17 +09:00 committed by GitHub
commit c5dfbf9092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
import { ar, be, bg, ca, cs, da, de, el, enGB, enUS, es, faIR, fi, fr, frCA, he, hi, hr, hu, id, it, ja, kk, ko, lt, ms, nb,
import { arDZ, be, bg, ca, cs, da, de, el, enGB, enUS, es, faIR, fi, fr, frCA, he, hi, hr, hu, id, it, ja, kk, ko, lt, ms, nb,
nl, pl, ptBR, pt, ro, ru, sk, sl, sv, tr, uk, vi, zhCN, zhTW } from 'date-fns/locale';
import globalize from './globalize';
const dateLocales = (locale) => ({
'ar': ar,
'ar': arDZ,
'be-by': be,
'bg-bg': bg,
'ca': ca,