UNPKG
material-ui-cron
Version:
beta (0.1.0-beta.2)
latest (1.1.1)
1.1.1
1.1.0
0.1.0-beta.4
0.1.0-beta.2
0.1.0-beta.1
0.0.4
0.0.3
0.0.2
0.0.1
A React cron editor using material ui
baymac.github.io/material-ui-cron
baymac/material-ui-cron
material-ui-cron
/
src
/
i18n.ts
9 lines
(7 loc)
•
237 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
enLocale
from
'./localization/enLocale'
import
zhCNLocale
from
'./localization/zhCNLocale'
import
{ definedLocalesMap }
from
'./types'
export
const
supportedLanguages
: definedLocalesMap = {
en
: enLocale,
zh_CN
: zhCNLocale, }