Use Mongolian locale from date-fns

This commit is contained in:
Bilguun Ochirbat 2021-05-17 13:04:40 +08:00
parent 9e58bdaea7
commit 41bfa1c165

View File

@ -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,