first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
25
node_modules/@fullcalendar/core/locales/sr.js
generated
vendored
Normal file
25
node_modules/@fullcalendar/core/locales/sr.js
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
var l67 = {
|
||||
code: 'sr',
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Prethodna',
|
||||
next: 'Sledeći',
|
||||
today: 'Danas',
|
||||
year: 'Godina',
|
||||
month: 'Mеsеc',
|
||||
week: 'Nеdеlja',
|
||||
day: 'Dan',
|
||||
list: 'Planеr',
|
||||
},
|
||||
weekText: 'Sed',
|
||||
allDayText: 'Cеo dan',
|
||||
moreLinkText(n) {
|
||||
return '+ još ' + n;
|
||||
},
|
||||
noEventsText: 'Nеma događaja za prikaz',
|
||||
};
|
||||
|
||||
export { l67 as default };
|
||||
Loading…
Add table
Add a link
Reference in a new issue