CC-5335 : I18N: Calendar picker strings are not translated.

loading the same strings as the jquery calendar.
This commit is contained in:
Naomi Aro 2013-09-24 11:47:20 +02:00
parent 59f6578e2e
commit 71001480d2
4 changed files with 28 additions and 31 deletions

View file

@ -466,6 +466,13 @@ var AIRTIME = (function(AIRTIME) {
}
];
//set the locale names for the bootstrap calendar.
$.fn.datetimepicker.dates = {
daysMin: i18n_days_short,
months: i18n_months,
monthsShort: i18n_months_short
};
$historyContentDiv = $("#history_content");