root 2bb01ae691
All checks were successful
continuous-integration/drone/push Build is passing
🔁 Sync from production: settings and Docker updates
2025-05-15 06:30:43 +00:00

53 lines
1.5 KiB
JavaScript

var fp = typeof window !== "undefined" && window.flatpickr !== undefined
? window.flatpickr
: {
l10ns: {},
};
export var Sinhala = {
weekdays: {
shorthand: ["ඉ", "ස", "අ", "බ", "බ්‍ර", "සි", "සෙ"],
longhand: [
"ඉරිදා",
"සඳුදා",
"අඟහරුවාදා",
"බදාදා",
"බ්‍රහස්පතින්දා",
"සිකුරාදා",
"සෙනසුරාදා",
],
},
months: {
shorthand: [
"ජන",
"පෙබ",
"මාර්",
"අප්‍රේ",
"මැයි",
"ජුනි",
"ජූලි",
"අගෝ",
"සැප්",
"ඔක්",
"නොවැ",
"දෙසැ",
],
longhand: [
"ජනවාරි",
"පෙබරවාරි",
"මාර්තු",
"අප්‍රේල්",
"මැයි",
"ජුනි",
"ජූලි",
"අගෝස්තු",
"සැප්තැම්බර්",
"ඔක්තෝබර්",
"නොවැම්බර්",
"දෙසැම්බර්",
],
},
time_24hr: true,
};
fp.l10ns.si = Sinhala;
export default fp.l10ns;