gregorian.js 222 B

12345678910
  1. define(
  2. "dojo/cldr/nls/aa/gregorian", //begin v1.x content
  3. {
  4. "timeFormat-long": "h:mm:ss a z",
  5. "timeFormat-medium": "h:mm:ss a",
  6. "timeFormat-short": "h:mm a",
  7. "timeFormat-full": "h:mm:ss a zzzz"
  8. }
  9. //end v1.x content
  10. );