generic.js 533 B

12345678910111213141516171819
  1. define(
  2. "dojo/cldr/nls/jgo/generic", //begin v1.x content
  3. {
  4. "dateTimeFormat-full": "{1} {0}",
  5. "dateTimeFormat-medium": "{1} {0}",
  6. "dateFormatItem-Md": "d.M",
  7. "dateFormatItem-Ed": "E d",
  8. "dateFormatItem-MEd": "E, d.M",
  9. "dateTimeFormat-long": "{1} {0}",
  10. "dateFormat-medium": "G y MMM d",
  11. "dateFormatItem-yMd": "M.d.y",
  12. "dateFormat-full": "EEEE, G y MMMM dd",
  13. "field-day-relative+0": "lɔꞋɔ",
  14. "dateFormat-short": "GGGGG y-MM-dd",
  15. "dateTimeFormat-short": "{1} {0}",
  16. "dateFormat-long": "G y MMMM d"
  17. }
  18. //end v1.x content
  19. );