generic.js 219 B

12345678910
  1. define(
  2. "dojo/cldr/nls/es-ar/generic", //begin v1.x content
  3. {
  4. "timeFormat-long": "H:mm:ss z",
  5. "dateFormatItem-MEd": "E d-M",
  6. "timeFormat-full": "HH'h'''mm:ss zzzz",
  7. "dateFormatItem-yM": "M-y"
  8. }
  9. //end v1.x content
  10. );