mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
add Romanian lang
This commit is contained in:
parent
904f4d46ae
commit
5b9369f65e
12
dist/js/i18n/datepicker.ro.js
vendored
Normal file
12
dist/js/i18n/datepicker.ro.js
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$.fn.datepicker.language['ro'] = {
|
||||||
|
days: ['Duminică', 'Luni', 'Marţi', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'],
|
||||||
|
daysShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],
|
||||||
|
daysMin: ['D', 'L', 'Ma', 'Mi', 'J', 'V', 'S'],
|
||||||
|
months: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie','Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie'],
|
||||||
|
monthsShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'],
|
||||||
|
today: 'Azi',
|
||||||
|
clear: 'Şterge',
|
||||||
|
dateFormat: 'dd.mm.yyyy',
|
||||||
|
timeFormat: 'hh:ii',
|
||||||
|
firstDay: 1
|
||||||
|
};
|
||||||
12
src/js/i18n/datepicker.ro.js
Normal file
12
src/js/i18n/datepicker.ro.js
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$.fn.datepicker.language['ro'] = {
|
||||||
|
days: ['Duminică', 'Luni', 'Marţi', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'],
|
||||||
|
daysShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],
|
||||||
|
daysMin: ['D', 'L', 'Ma', 'Mi', 'J', 'V', 'S'],
|
||||||
|
months: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie','Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie'],
|
||||||
|
monthsShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'],
|
||||||
|
today: 'Azi',
|
||||||
|
clear: 'Şterge',
|
||||||
|
dateFormat: 'dd.mm.yyyy',
|
||||||
|
timeFormat: 'hh:ii',
|
||||||
|
firstDay: 1
|
||||||
|
};
|
||||||
Loading…
x
Reference in New Issue
Block a user