66 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JavaScript
		
	
	
(function (global, factory) {
 | 
						|
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
 | 
						|
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
 | 
						|
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.si = {}));
 | 
						|
}(this, (function (exports) { 'use strict';
 | 
						|
 | 
						|
  var fp = typeof window !== "undefined" && window.flatpickr !== undefined
 | 
						|
      ? window.flatpickr
 | 
						|
      : {
 | 
						|
          l10ns: {},
 | 
						|
      };
 | 
						|
  var Sinhala = {
 | 
						|
      weekdays: {
 | 
						|
          shorthand: ["ඉ", "ස", "අ", "බ", "බ්ර", "සි", "සෙ"],
 | 
						|
          longhand: [
 | 
						|
              "ඉරිදා",
 | 
						|
              "සඳුදා",
 | 
						|
              "අඟහරුවාදා",
 | 
						|
              "බදාදා",
 | 
						|
              "බ්රහස්පතින්දා",
 | 
						|
              "සිකුරාදා",
 | 
						|
              "සෙනසුරාදා",
 | 
						|
          ],
 | 
						|
      },
 | 
						|
      months: {
 | 
						|
          shorthand: [
 | 
						|
              "ජන",
 | 
						|
              "පෙබ",
 | 
						|
              "මාර්",
 | 
						|
              "අප්රේ",
 | 
						|
              "මැයි",
 | 
						|
              "ජුනි",
 | 
						|
              "ජූලි",
 | 
						|
              "අගෝ",
 | 
						|
              "සැප්",
 | 
						|
              "ඔක්",
 | 
						|
              "නොවැ",
 | 
						|
              "දෙසැ",
 | 
						|
          ],
 | 
						|
          longhand: [
 | 
						|
              "ජනවාරි",
 | 
						|
              "පෙබරවාරි",
 | 
						|
              "මාර්තු",
 | 
						|
              "අප්රේල්",
 | 
						|
              "මැයි",
 | 
						|
              "ජුනි",
 | 
						|
              "ජූලි",
 | 
						|
              "අගෝස්තු",
 | 
						|
              "සැප්තැම්බර්",
 | 
						|
              "ඔක්තෝබර්",
 | 
						|
              "නොවැම්බර්",
 | 
						|
              "දෙසැම්බර්",
 | 
						|
          ],
 | 
						|
      },
 | 
						|
      time_24hr: true,
 | 
						|
  };
 | 
						|
  fp.l10ns.si = Sinhala;
 | 
						|
  var si = fp.l10ns;
 | 
						|
 | 
						|
  exports.Sinhala = Sinhala;
 | 
						|
  exports.default = si;
 | 
						|
 | 
						|
  Object.defineProperty(exports, '__esModule', { value: true });
 | 
						|
 | 
						|
})));
 |