CC-5335 : I18N: Calendar picker strings are not translated.
loading the same strings as the jquery calendar.
This commit is contained in:
parent
59f6578e2e
commit
71001480d2
4 changed files with 28 additions and 31 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue