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.
72 lines • 1.01 kB
JavaScript
define(
//begin v1.x content
{
"field-hour-narrow": "h",
"field-month-short": "mo.",
"months-format-narrow": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"
],
"field-weekdayOfMonth-short": "wkday of mo.",
"field-month-narrow": "mo.",
"months-standAlone-abbr": [
"Mo1",
"Mo2",
"Mo3",
"Mo4",
"Mo5",
"Mo6",
"Mo7",
"Mo8",
"Mo9",
"Mo10",
"Mo11",
"Mo12"
],
"field-hour-short": "h",
"field-weekOfMonth-short": "wk of mo.",
"field-second-narrow": "sec.",
"field-minute-short": "min.",
"field-minute-narrow": "min.",
"months-standAlone-wide": [
"First Month",
"Second Month",
"Third Month",
"Fourth Month",
"Fifth Month",
"Sixth Month",
"Seventh Month",
"Eighth Month",
"Ninth Month",
"Tenth Month",
"Eleventh Month",
"Twelfth Month"
],
"field-second-short": "sec.",
"months-standAlone-narrow": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"
]
}
//end v1.x content
);