Adds locale mapping

This commit is contained in:
slawiko 2023-02-22 12:25:13 +01:00
parent 982d47c7e9
commit 02272d3909

View File

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