Sha256: 6cf1fb2f44475af9edb8adc39702fc81f528386965f7ed72e247a43015e17de4
Contents?: true
Size: 633 Bytes
Versions: 12
Compression:
Stored size: 633 Bytes
Contents
/* Japanese locals for flatpickr */ var flatpickr = flatpickr || { l10ns: {} }; flatpickr.l10ns.ja = {}; flatpickr.l10ns.ja.weekdays = { shorthand: ["日", "月", "火", "水", "木", "金", "土"], longhand: ["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"] }; flatpickr.l10ns.ja.months = { shorthand: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], longhand: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"] }; if (typeof module !== "undefined") module.exports = flatpickr.l10ns;
Version data entries
12 entries across 12 versions & 2 rubygems