UNPKG

582 BJavaScriptView Raw
1FullCalendar.globalLocales.push(function () {
2 'use strict';
3
4 var lb = {
5 code: 'lb',
6 week: {
7 dow: 1, // Monday is the first day of the week.
8 doy: 4, // The week that contains Jan 4th is the first week of the year.
9 },
10 buttonText: {
11 prev: 'Zréck',
12 next: 'Weider',
13 today: 'Haut',
14 month: 'Mount',
15 week: 'Woch',
16 day: 'Dag',
17 list: 'Terminiwwersiicht',
18 },
19 weekText: 'W',
20 allDayText: 'Ganzen Dag',
21 moreLinkText: 'méi',
22 noEventsText: 'Nee Evenementer ze affichéieren',
23 };
24
25 return lb;
26
27}());