UNPKG
material-ui-cron
Version:
beta (0.1.0-beta.2)
latest (2.0.1)
2.0.1
2.0.0
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
/
dist
/
esm
/
i18n.js
6 lines
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
import
enLocale
from
'./localization/enLocale'
;
import
zhCNLocale
from
'./localization/zhCNLocale'
;
export
const
supportedLanguages = {
en
: enLocale,
zh_CN
: zhCNLocale };