Use Mongolian locale from date-fns
parent
9e58bdaea7
commit
41bfa1c165
|
@ -14,6 +14,7 @@ import {
|
||||||
id,
|
id,
|
||||||
it,
|
it,
|
||||||
ja,
|
ja,
|
||||||
|
mn,
|
||||||
ms,
|
ms,
|
||||||
nb,
|
nb,
|
||||||
nl,
|
nl,
|
||||||
|
@ -108,7 +109,7 @@ export const dateLocales = {
|
||||||
'ja-JP': ja,
|
'ja-JP': ja,
|
||||||
'es-MX': es,
|
'es-MX': es,
|
||||||
'fr-FR': fr,
|
'fr-FR': fr,
|
||||||
'mn-MN': enUS,
|
'mn-MN': mn,
|
||||||
'el-GR': el,
|
'el-GR': el,
|
||||||
'fo-FO': da,
|
'fo-FO': da,
|
||||||
'pt-PT': pt,
|
'pt-PT': pt,
|
||||||
|
|
Loading…
Reference in New Issue