Добрый день!
Подскажите, как сделать название месяцев и дней недели по русски?
В мануале
http://typo3.org/documentation/docum...1.15/view/1/6/
приводится пример, видимо Василия Мосийчук, у него на украинском сделано. Понятно, что надо поставить 2 letters, ставлю, не помогло. Где-то еще настройки? Версия календаря 1.15.
В constans шаблона у меня:
PHP код:
plugin.tx_newscalendar_pi1.show.allRecords = 1
plugin.tx_newscalendar_pi1.render.monthLinkDisplay = 1
plugin.tx_newscalendar_pi1.render.dayNameLength = 1
plugin.tx_newscalendar_pi1.render.singleView = 7
plugin.tx_newscalendar_pi1.render.backPage = 21
plugin.tx_newscalendar_pi1.render.contextMenuLink = LEFT
plugin.tx_newscalendar_pi1.render.displayType = 1
plugin.tx_newscalendar_pi1.render.listPage = 22
plugin.tx_newscalendar_pi1.render.startingPoint = 14
plugin.tx_newscalendar_pi1.calendar.startWeekDay=1
В setup шаблона:
PHP код:
lib.calendar.50 < plugin.tx_newscalendar_pi1
lib.calendar.50 {
show.allRecords = 1
calendar.startWeekDay = 1
render{
displayType=1
# monthLinkDisplay = 1
dayNameLength = 1
singleView = 7
backPage = 21
contextMenuLink = LEFT
listPage = 22
startingPoint = 14,11
}
}
Что надо сделать, чтобы названия месяцев и дней недели стали русскими?