funda-ui
Version:
React components using pure Bootstrap 5+ which does not contain any external style and script libraries.
12 lines (11 loc) • 590 B
JavaScript
const config = {
hoursTitle: "时",
minutesTitle: "分",
secondsTitle: "秒",
week: ["一", "二", "三", "四", "五", "六", "日"],
weekFull: ["星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
monthsFull: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
today: "今天"
};
module.exports = config;