12345678910111213141516171819 |
- define(
- "dojo/cldr/nls/jgo/generic", //begin v1.x content
- {
- "dateTimeFormat-full": "{1} {0}",
- "dateTimeFormat-medium": "{1} {0}",
- "dateFormatItem-Md": "d.M",
- "dateFormatItem-Ed": "E d",
- "dateFormatItem-MEd": "E, d.M",
- "dateTimeFormat-long": "{1} {0}",
- "dateFormat-medium": "G y MMM d",
- "dateFormatItem-yMd": "M.d.y",
- "dateFormat-full": "EEEE, G y MMMM dd",
- "field-day-relative+0": "lɔꞋɔ",
- "dateFormat-short": "GGGGG y-MM-dd",
- "dateTimeFormat-short": "{1} {0}",
- "dateFormat-long": "G y MMMM d"
- }
- //end v1.x content
- );
|