gregorian.js 286 B

123456789101112
  1. define(
  2. "dojo/cldr/nls/ru-ua/gregorian", //begin v1.x content
  3. {
  4. "dateFormat-medium": "d MMM y",
  5. "timeFormat-long": "HH:mm:ss z",
  6. "dateFormat-long": "d MMMM y",
  7. "timeFormat-medium": "HH:mm:ss",
  8. "timeFormat-short": "HH:mm",
  9. "timeFormat-full": "HH:mm:ss zzzz"
  10. }
  11. //end v1.x content
  12. );