From 3eab5ff72e21bc3d4fc68211d720b9c9c382d657 Mon Sep 17 00:00:00 2001 From: "Sergei O. Udalov" Date: Tue, 19 Jul 2011 17:02:18 +0400 Subject: [PATCH] i18n readme updated --- README.mkd | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index f5289c4..c202c7f 100644 --- a/README.mkd +++ b/README.mkd @@ -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' + } + });