es-MX.json 660 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "default-calendar": "gregorian",
  3. "separator": "/",
  4. "unitOrder": "DD/MM/YYYY",
  5. "weekStart": 7,
  6. "placeholder": "DD/MM/YYYY",
  7. "days": {
  8. "narrow": ["D", "L", "M", "M", "J", "V", "S"]
  9. },
  10. "numerals": "0123456789",
  11. "months": {
  12. "abbreviated": ["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic."],
  13. "narrow": ["E", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
  14. "wide": [
  15. "enero",
  16. "febrero",
  17. "marzo",
  18. "abril",
  19. "mayo",
  20. "junio",
  21. "julio",
  22. "agosto",
  23. "septiembre",
  24. "octubre",
  25. "noviembre",
  26. "diciembre"
  27. ]
  28. }
  29. }