Sha256: 5d684b559d173bdb2bd183bfa4f5d6fc0f72f5a670d8b10b74b9ec0a1bc19017

Contents?: true

Size: 635 Bytes

Versions: 1

Compression:

Stored size: 635 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

1 entries across 1 versions & 1 rubygems

Version Path
trestle-0.8.0 vendor/assets/bower_components/trestle/flatpickr/src/l10n/ja.js