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
|
@ -30,6 +30,21 @@ var i18n_months = [
|
|||
$.i18n._("December")
|
||||
];
|
||||
|
||||
var i18n_months_short = [
|
||||
$.i18n._("Jan"),
|
||||
$.i18n._("Feb"),
|
||||
$.i18n._("Mar"),
|
||||
$.i18n._("Apr"),
|
||||
$.i18n._("May"),
|
||||
$.i18n._("Jun"),
|
||||
$.i18n._("Jul"),
|
||||
$.i18n._("Aug"),
|
||||
$.i18n._("Sep"),
|
||||
$.i18n._("Oct"),
|
||||
$.i18n._("Nov"),
|
||||
$.i18n._("Dec")
|
||||
];
|
||||
|
||||
var i18n_days_short = [
|
||||
$.i18n._("Su"),
|
||||
$.i18n._("Mo"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue