mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
Adds locale mapping
This commit is contained in:
parent
982d47c7e9
commit
02272d3909
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue