#4987 closed enhancement (fixed)
Add bosnian language to DatePicker
Reported by: | kenci | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8a2 |
Component: | ui.datepicker | Version: | 1.7.2 |
Keywords: | language, bosnian | Cc: | |
Blocked by: | Blocking: |
Description
Please add the bosnian language to the JUI DatePicker plugin
/* Bosnian i18n for the jQuery UI date picker plugin. */ /* Written by Kenan Konjo. */ jQuery(function($){
$.datepicker.regionalbs? = {
closeText: 'Zatvori', prevText: '<', nextText: '>', currentText: 'Danas', monthNames: ['Januar','Februar','Mart','April','Maj','Juni', 'Juli','August','Septembar','Oktobar','Novembar','Decembar'], monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 'Jul','Aug','Sep','Okt','Nov','Dec'], dayNames:
['Nedelja','Ponedeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'], dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false};
$.datepicker.setDefaults($.datepicker.regionalbs?);
});
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | 1.next → 1.8a2 |
---|
Added in r3489.