Sha256: 18fb9da0ba7639da13cc09032e64985b9d052e7d1319a7f86be14d51c57dbff0
Contents?: true
Size: 1.05 KB
Versions: 5
Compression:
Stored size: 1.05 KB
Contents
/* Bangla locals for flatpickr */ var Flatpickr = Flatpickr || { l10ns: {} }; Flatpickr.l10ns.bn = {}; Flatpickr.l10ns.bn.weekdays = { shorthand: ["রবি", "সোম", "মঙ্গল", "বুধ", "বৃহস্পতি", "শুক্র", "শনি"], longhand: ["রবিবার", "সোমবার", "মঙ্গলবার", "বুধবার", "বৃহস্পতিবার", "শুক্রবার", "শনিবার"] }; Flatpickr.l10ns.bn.months = { shorthand: ["জানু", "ফেব্রু", "মার্চ", "এপ্রিল", "মে", "জুন", "জুলাই", "আগ", "সেপ্টে", "অক্টো", "নভে", "ডিসে"], longhand: ["জানুয়ারী", "ফেব্রুয়ারী", "মার্চ", "এপ্রিল", "মে", "জুন", "জুলাই", "আগস্ট", "সেপ্টেম্বর", "অক্টোবর", "নভেম্বর", "ডিসেম্বর"] }; if (typeof module !== "undefined") module.exports = Flatpickr.l10ns;
Version data entries
5 entries across 5 versions & 2 rubygems