Sha256: aeb55e79fef970a5dfb3cd9c4af34142b8cfa1bead8f884d1aa6599c06fcb837
Contents?: true
Size: 917 Bytes
Versions: 12
Compression:
Stored size: 917 Bytes
Contents
/* Mandarin locals for flatpickr */ var flatpickr = flatpickr || { l10ns: {} }; flatpickr.l10ns.zh = {}; flatpickr.l10ns.zh.weekdays = { shorthand: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"], longhand: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"] }; flatpickr.l10ns.zh.months = { shorthand: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], longhand: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"] }; flatpickr.l10ns.zh.rangeSeparator = " 至 "; flatpickr.l10ns.zh.weekAbbreviation = "周"; flatpickr.l10ns.zh.scrollTitle = "滚动切换"; flatpickr.l10ns.zh.toggleTitle = "点击切换 12/24 小时时制"; if (typeof module !== "undefined") module.exports = flatpickr.l10ns;
Version data entries
12 entries across 12 versions & 2 rubygems