Fix arabic import from date-fns

This commit is contained in:
Bill Thornton 2020-11-26 01:39:36 -05:00
parent 220d00a330
commit 7aa0c8e414

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,