You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
431 B
Plaintext
24 lines
431 B
Plaintext
11 months ago
|
FullCalendar.globalLocales.push(function () {
|
||
|
'use strict';
|
||
|
|
||
|
var sm = {
|
||
|
code: 'sm',
|
||
|
buttonText: {
|
||
|
prev: 'Talu ai',
|
||
|
next: 'Mulimuli atu',
|
||
|
today: 'Aso nei',
|
||
|
month: 'Masina',
|
||
|
week: 'Vaiaso',
|
||
|
day: 'Aso',
|
||
|
list: 'Faasologa',
|
||
|
},
|
||
|
weekText: 'Vaiaso',
|
||
|
allDayText: 'Aso atoa',
|
||
|
moreLinkText: 'sili atu',
|
||
|
noEventsText: 'Leai ni mea na tutupu',
|
||
|
};
|
||
|
|
||
|
return sm;
|
||
|
|
||
|
}());
|