mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-11 13:44:01 +01:00
Adds locale mapping
This commit is contained in:
parent
982d47c7e9
commit
02272d3909
@ -1,6 +1,7 @@
|
||||
import {
|
||||
arSA,
|
||||
bn,
|
||||
be,
|
||||
cs,
|
||||
sk,
|
||||
da,
|
||||
@ -48,6 +49,7 @@ export const languages = {
|
||||
'bn-BD': { label: 'বাংলা', dateLocale: bn },
|
||||
'zh-CN': { label: '中文', dateLocale: zhCN },
|
||||
'zh-TW': { label: '中文(繁體)', dateLocale: zhTW },
|
||||
'be-BY': { label: 'Беларуская', dateLocale: be },
|
||||
'ca-ES': { label: 'Català', dateLocale: ca },
|
||||
'cs-CZ': { label: 'Čeština', dateLocale: cs },
|
||||
'da-DK': { label: 'Dansk', dateLocale: da },
|
||||
|
Loading…
Reference in New Issue
Block a user