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.
135 lines • 1.92 kB
JavaScript
define(
//begin v1.x content
{
"quarters-standAlone-wide": [
"1st quarter",
"2nd quarter",
"3rd quarter",
"4th quarter"
],
"dateFormat-medium": "d MMM y",
"dayPeriods-standAlone-narrow-noon": "noon",
"quarters-standAlone-abbr": [
"Q1",
"Q2",
"Q3",
"Q4"
],
"months-format-narrow": [
"J",
"F",
"M",
"A",
"M",
"J",
"J",
"A",
"S",
"O",
"N",
"D"
],
"dateTimeFormat-medium": "{1}, {0}",
"timeFormat-full": "HH:mm:ss zzzz",
"dateFormatItem-EBhm": "E h:mm B",
"quarters-format-narrow": [
"1",
"2",
"3",
"4"
],
"months-standAlone-wide": [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
],
"field-hour-narrow": "hr",
"months-standAlone-abbr": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sept",
"Oct",
"Nov",
"Dec"
],
"dateTimeFormat-long": "{1} 'at' {0}",
"days-standAlone-short": [
"Su",
"Mo",
"Tu",
"We",
"Th",
"Fr",
"Sa"
],
"dateFormatItem-EBhms": "E h:mm:ss B",
"field-year-narrow": "yr",
"timeFormat-medium": "HH:mm:ss",
"field-second-narrow": "sec",
"dateFormat-long": "d MMMM y",
"dateFormat-short": "dd/MM/y",
"days-standAlone-wide": [
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"dateTimeFormat-short": "{1}, {0}",
"dateTimeFormat-full": "{1} 'at' {0}",
"days-format-narrow": [
"S",
"M",
"T",
"W",
"T",
"F",
"S"
],
"dayPeriods-standAlone-narrow-midnight": "midnight",
"timeFormat-short": "HH:mm",
"months-format-abbr": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sept",
"Oct",
"Nov",
"Dec"
],
"days-standAlone-abbr": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
],
"timeFormat-long": "HH:mm:ss z",
"dateFormat-full": "EEEE, d MMMM y"
}
//end v1.x content
);