Sha256: 8b6d93ce7bee689f3a7c4292280773e4cf7f9b1b453517abb6ade068b8063bc9
Contents?: true
Size: 714 Bytes
Versions: 32
Compression:
Stored size: 714 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: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'] }; if (typeof module !== "undefined") { module.exports = Flatpickr.l10ns; }
Version data entries
32 entries across 32 versions & 2 rubygems