Sha256: 5f9c6c6de34b429e38254d6ec395ed8f2c74c3df6418421be0daaf19a7d7294c
Contents?: true
Size: 720 Bytes
Versions: 19
Compression:
Stored size: 720 Bytes
Contents
/** * Japanese translation for foundation-datepicker * Norio Suzuki <https://github.com/suzuki/> */ ;(function($){ $.fn.fdatepicker.dates['ja'] = { days: ["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"], daysShort: ["日", "月", "火", "水", "木", "金", "土"], daysMin: ["日", "月", "火", "水", "木", "金", "土"], months: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], monthsShort: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], today: "今日", format: "yyyy/mm/dd", titleFormat: "yyyy年 mm月" }; }(jQuery));
Version data entries
19 entries across 18 versions & 3 rubygems