dojo
Version:
Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.
18 lines • 451 B
JavaScript
define(
//begin v1.x content
{
"field-hour-narrow": "h",
"field-month-short": "mo.",
"dateFormatItem-yMEd": "E, dd/MM/y",
"field-weekdayOfMonth-short": "wkday of mo.",
"field-month-narrow": "mo.",
"field-hour-short": "h",
"dateFormatItem-yMd": "dd/MM/y",
"field-weekOfMonth-short": "wk of mo.",
"field-second-narrow": "sec.",
"field-minute-short": "min.",
"field-minute-narrow": "min.",
"field-second-short": "sec."
}
//end v1.x content
);