-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f80ba2
commit a18d7e4
Showing
16 changed files
with
217 additions
and
2,102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,24 @@ | ||
FullCalendar.globalLocales.push(function () { | ||
'use strict'; | ||
|
||
var la = { | ||
code: "la", | ||
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: "Prior", | ||
next: "Prox", | ||
today: "Hodie", | ||
month: "Mensis", | ||
week: "Hebdomada", | ||
day: "Dies", | ||
list: "Agenda" | ||
}, | ||
weekText: "Hb", | ||
allDayText: "Tota die", | ||
moreLinkText: function(n) { | ||
return "+alii " + n; | ||
}, | ||
noEventsText: "Rei gestae non sunt" | ||
}; | ||
|
||
return la; | ||
|
||
}()); | ||
|
||
var la = { | ||
code: "la", | ||
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: "Prior", | ||
next: "Prox", | ||
today: "Hodie", | ||
year: "Annum", | ||
month: "Mensis", | ||
week: "Hebdomada", | ||
day: "Dies", | ||
list: "Agenda" | ||
}, | ||
weekText: "Hb", | ||
allDayText: "Tota die", | ||
moreLinkText(n) { | ||
return "+alii " + n; | ||
}, | ||
noEventsText: "Rei gestae non sunt" | ||
}; | ||
export default la; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.