generic.js 528 B

123456789101112131415161718
  1. define(
  2. "dojo/cldr/nls/zh-hant-mo/generic", //begin v1.x content
  3. {
  4. "dateTimeFormat-full": "{1} {0}",
  5. "dateFormatItem-Md": "M-d",
  6. "timeFormat-full": "ah:mm:ss [zzzz]",
  7. "timeFormat-medium": "ahh:mm:ss",
  8. "dateFormatItem-MEd": "E, M-d",
  9. "dateTimeFormat-long": "{1} {0}",
  10. "dateFormat-medium": "Gy年M月d日",
  11. "dateFormatItem-MMdd": "dd-MM",
  12. "dateFormat-full": "Gy年MM月dd日EEEE",
  13. "timeFormat-long": "ah:mm:ss [z]",
  14. "dateFormat-short": "GGGGGyy年M月d日",
  15. "dateFormat-long": "Gy年MM月dd日"
  16. }
  17. //end v1.x content
  18. );