Sha256: ba5450317d1974bfda5ac0ff9b7fd013bd3cd7f8a241cf42f6861280734fd45f
Contents?: true
Size: 1.02 KB
Versions: 32
Compression:
Stored size: 1.02 KB
Contents
/* Sinhala locals for flatpickr */ var Flatpickr = Flatpickr || { l10ns: {} }; Flatpickr.l10ns.si = {}; Flatpickr.l10ns.si.weekdays = { shorthand: ['ඉ', 'ස', 'අ', 'බ', 'බ්ර', 'සි', 'සෙ'], longhand: ['ඉරිදා', 'සඳුදා', 'අඟහරුවාදා', 'බදාදා', 'බ්රහස්පතින්දා', 'සිකුරාදා', 'සෙනසුරාදා'] }; Flatpickr.l10ns.si.months = { shorthand: ['ජන', 'පෙබ', 'මාර්', 'අප්රේ', 'මැයි', 'ජුනි', 'ජූලි', 'අගෝ', 'සැප්', 'ඔක්', 'නොවැ', 'දෙසැ'], longhand: ['ජනවාරි', 'පෙබරවාරි', 'මාර්තු', 'අප්රේල්', 'මැයි', 'ජුනි', 'ජූලි', 'අගෝස්තු', 'සැප්තැම්බර්', 'ඔක්තෝබර්', 'නොවැම්බර්', 'දෙසැම්බර්'] }; if (typeof module !== "undefined") { module.exports = Flatpickr.l10ns; }
Version data entries
32 entries across 32 versions & 2 rubygems