gregorian.js 300 B

123456789101112
  1. define(
  2. "dojo/cldr/nls/es-ar/gregorian", //begin v1.x content
  3. {
  4. "dayPeriods-format-wide-am": "a.m.",
  5. "dayPeriods-format-wide-pm": "p.m.",
  6. "timeFormat-long": "H:mm:ss z",
  7. "dateFormatItem-MEd": "E d-M",
  8. "timeFormat-full": "HH'h'''mm:ss zzzz",
  9. "dateFormatItem-yM": "M-yyyy"
  10. }
  11. //end v1.x content
  12. );