Yes, this locale file will be integrated into the next release. The 'firstDay' property default value can be integrated with locale package:
if ($.fn.calendar){
$.fn.calendar.defaults.firstDay = 1; // set the calendar first day to to monday
$.fn.calendar.defaults.weeks = ['В','П','В','С','Ч','П','С'];
$.fn.calendar.defaults.months = ['Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'];
}