Added km-KH, updated be-BY.

This commit is contained in:
Mike Cao 2023-04-08 13:58:58 -07:00
parent e850fbd0bd
commit b2bebaea3e
3 changed files with 195 additions and 59 deletions

View file

@ -1,5 +1,6 @@
import {
arSA,
be,
bn,
cs,
sk,
@ -43,6 +44,7 @@ import {
export const languages = {
'ar-SA': { label: 'العربية', dateLocale: arSA, dir: 'rtl' },
'be-BY': { label: 'Беларуская', dateLocale: be },
'bn-BD': { label: 'বাংলা', dateLocale: bn },
'zh-CN': { label: '中文', dateLocale: zhCN },
'zh-TW': { label: '中文(繁體)', dateLocale: zhTW },