Merge pull request #663 from bilguun0203/master

Use Mongolian locale from date-fns
This commit is contained in:
Mike Cao
2021-05-19 20:27:50 -07:00
committed by GitHub
4 changed files with 8 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ import {
id,
it,
ja,
mn,
ms,
nb,
nl,
@@ -111,7 +112,7 @@ export const dateLocales = {
'ja-JP': ja,
'es-MX': es,
'fr-FR': fr,
'mn-MN': enUS,
'mn-MN': mn,
'el-GR': el,
'fo-FO': da,
'pt-PT': pt,