diff options
Diffstat (limited to 'includes/js/dijit/demos/i18n/continents.json')
-rw-r--r-- | includes/js/dijit/demos/i18n/continents.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/js/dijit/demos/i18n/continents.json b/includes/js/dijit/demos/i18n/continents.json new file mode 100644 index 0000000..994842b --- /dev/null +++ b/includes/js/dijit/demos/i18n/continents.json @@ -0,0 +1,9 @@ +[ +{ type: "continent", name: "Africa", iso: "Africa" }, +{ type: "continent", name: "Asia", iso: "Asia" }, +{ type: "continent", name: "Europe", iso: "Europe" }, +{ type: "continent", name: "North America", iso: "North America" }, +{ type: "continent", name: "South America", iso: "South America" }, +{ type: "continent", name: "Oceania", iso: "Oceania" }, +{ type: "continent", name: "Antarctica", iso: "Antarctica" } +] |