Datepicker: Fixed #5088 Date picker localization in RO

This commit is contained in:
Keith Wood 2010-01-25 08:07:20 +00:00
parent f7c75d900f
commit 505af6a0e9

View File

@ -1,4 +1,4 @@
/* Romanian initialisation for the jQuery UI date picker plugin.
/* Romanian initialisation for the jQuery UI date picker plugin.
*
* Written by Edmond L. (ll_edmond@walla.com)
* and Ionut G. Stan (ionut.g.stan@gmail.com)
@ -16,8 +16,8 @@ jQuery(function($){
dayNames: ['Duminică', 'Luni', 'Marţi', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'],
dayNamesShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],
dayNamesMin: ['Du','Lu','Ma','Mi','Jo','Vi','Sâ'],
weekHeader: 'Sapt',
dateFormat: 'dd MM yy',
weekHeader: 'Săpt',
dateFormat: 'dd.mm.yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,