mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-29 23:38:10 +01:00
Use Mongolian locale from date-fns
This commit is contained in:
parent
9e58bdaea7
commit
41bfa1c165
@ -14,6 +14,7 @@ import {
|
||||
id,
|
||||
it,
|
||||
ja,
|
||||
mn,
|
||||
ms,
|
||||
nb,
|
||||
nl,
|
||||
@ -108,7 +109,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,
|
||||
|
Loading…
Reference in New Issue
Block a user