Permalink
Browse files
Datepicker: Fixed #5088 Date picker localization in RO
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
ui/i18n/jquery.ui.datepicker-ro.js
|
|
@@ -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, |
|
|
|