i18n readme updated
This commit is contained in:
parent
f87648f7d4
commit
3eab5ff72e
1 changed files with 10 additions and 1 deletions
11
README.mkd
11
README.mkd
|
@ -50,6 +50,15 @@ I18n
|
||||||
----
|
----
|
||||||
To localize fullCalendar You can use i18n for jquery datepicker.
|
To localize fullCalendar You can use i18n for jquery datepicker.
|
||||||
|
|
||||||
$.fullCalendar.applyLocale($.datepicker.regional['ru']);
|
$.fullCalendar.applyLocale($.datepicker.regional['ru']);
|
||||||
|
|
||||||
|
Other texts could be modified via method setDefaults:
|
||||||
|
|
||||||
|
$.fullCalendar.setDefaults({
|
||||||
|
buttonText: {
|
||||||
|
month: 'month',
|
||||||
|
week: 'week',
|
||||||
|
day: 'day'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue