summaryrefslogtreecommitdiff
path: root/build/resources/main/static/plugins/fullcalendar/locales/si-lk.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/resources/main/static/plugins/fullcalendar/locales/si-lk.js')
-rw-r--r--build/resources/main/static/plugins/fullcalendar/locales/si-lk.js27
1 files changed, 27 insertions, 0 deletions
diff --git a/build/resources/main/static/plugins/fullcalendar/locales/si-lk.js b/build/resources/main/static/plugins/fullcalendar/locales/si-lk.js
new file mode 100644
index 0000000..f74de3d
--- /dev/null
+++ b/build/resources/main/static/plugins/fullcalendar/locales/si-lk.js
@@ -0,0 +1,27 @@
+FullCalendar.globalLocales.push(function () {
+ 'use strict';
+
+ var siLk = {
+ code: 'si-lk',
+ week: {
+ dow: 1, // Monday is the first day of the week.
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
+ },
+ buttonText: {
+ prev: 'පෙර',
+ next: 'පසු',
+ today: 'අද',
+ month: 'මාසය',
+ week: 'සතිය',
+ day: 'දවස',
+ list: 'ලැයිස්තුව',
+ },
+ weekText: 'සති',
+ allDayText: 'සියලු',
+ moreLinkText: 'තවත්',
+ noEventsText: 'මුකුත් නැත',
+ };
+
+ return siLk;
+
+}());