Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#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 kbwood

Resolution: fixed
Status: newclosed

Added in r3489.

comment:2 Changed 10 years ago by Scott González

Milestone: 1.next1.8a2
Note: See TracTickets for help on using tickets.