Current state
This commit is contained in:
13
public/assets/plugins/pickadate/translations/ro_RO.js
Normal file
13
public/assets/plugins/pickadate/translations/ro_RO.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// Romanian
|
||||
|
||||
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||||
monthsFull: [ 'ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie' ],
|
||||
monthsShort: [ 'ian', 'feb', 'mar', 'apr', 'mai', 'iun', 'iul', 'aug', 'sep', 'oct', 'noi', 'dec' ],
|
||||
weekdaysFull: [ 'duminică', 'luni', 'marţi', 'miercuri', 'joi', 'vineri', 'sâmbătă' ],
|
||||
weekdaysShort: [ 'D', 'L', 'Ma', 'Mi', 'J', 'V', 'S' ],
|
||||
today: 'azi',
|
||||
clear: 'șterge',
|
||||
firstDay: 1,
|
||||
format: 'dd mmmm yyyy',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
Reference in New Issue
Block a user