i18n readme updated

master
Sergei O. Udalov 2011-07-19 17:02:18 +04:00
parent f87648f7d4
commit 3eab5ff72e
1 changed files with 10 additions and 1 deletions

View File

@ -50,6 +50,15 @@ I18n
----
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'
}
});