mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Datepicker: Fixed #5088 Date picker localization in RO
This commit is contained in:
parent
f7c75d900f
commit
505af6a0e9
6
ui/i18n/jquery.ui.datepicker-ro.js
vendored
6
ui/i18n/jquery.ui.datepicker-ro.js
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user