sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

72 lines
1006 B

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
);