geosphere-maps/public/assets/date-picker/nls/es-MX.json
2023-09-22 11:33:13 +02:00

30 lines
660 B
JSON

{
"default-calendar": "gregorian",
"separator": "/",
"unitOrder": "DD/MM/YYYY",
"weekStart": 7,
"placeholder": "DD/MM/YYYY",
"days": {
"narrow": ["D", "L", "M", "M", "J", "V", "S"]
},
"numerals": "0123456789",
"months": {
"abbreviated": ["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic."],
"narrow": ["E", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
"wide": [
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"
]
}
}