Sha256: bbfbae2325f45d19d4b1f6eebe325a0e4a563281c21da67ddcdb019cc993f37b
Contents?: true
Size: 638 Bytes
Versions: 32
Compression:
Stored size: 638 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
32 entries across 32 versions & 2 rubygems