Skip to content

Commit

Permalink
Update to latest release and add two new locales.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyhutchins committed Jul 5, 2018
1 parent d2ab35d commit e71c811
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<head>
<title></title>
<meta charset="utf-8">
<meta name="fragment" content="!">
<!-- Responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="mobile-web-app-capable" content="yes">
Expand All @@ -26,8 +25,8 @@
/>
<meta property="og:image" content="http://www.arcgis.com/apps/OnePane/storytelling_basic/images/esriGlobeLogow.png" />

<link rel="stylesheet" href="https://js.arcgis.com/3.24/esri/themes/calcite/dijit/calcite.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.24/esri/themes/calcite/esri/esri.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.25/esri/themes/calcite/dijit/calcite.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.25/esri/themes/calcite/esri/esri.css">
<!-- Load any application specific styles -->
<link rel="stylesheet" href="css/main.css">
</head>
Expand Down Expand Up @@ -102,7 +101,7 @@ <h2 id="subtitle" class="ac"></h2>
dojoConfig.locale = RegExp.$1;
}
</script>
<script type="text/javascript" src="https://js.arcgis.com/3.24/"></script>
<script type="text/javascript" src="https://js.arcgis.com/3.25/"></script>
<script type="text/javascript">
require([
"config/templateConfig",
Expand Down
30 changes: 30 additions & 0 deletions js/nls/ca/resources.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/*global define */
/*
| Copyright 2014 Esri
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
*/
define({
"map": {
"error": "No es pot crear el mapa",
"generalError": "Error"
},
"social": {
"facebook": "Comparteix-ho al Facebook",
"twitter": "Comparteix-ho al Twitter",
"link": "Comparteix l'enllaç"
},
"legendToggle": {
"label": "LEGEND"
}
});
30 changes: 30 additions & 0 deletions js/nls/hu/resources.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/*global define */
/*
| Copyright 2014 Esri
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
*/
define({
"map": {
"error": "Nem sikerült létrehozni a térképet",
"generalError": "Hiba"
},
"social": {
"facebook": "Megosztás Facebookon",
"twitter": "Megosztás Twitteren",
"link": "Hivatkozás megosztása"
},
"legendToggle": {
"label": "JELMAGYARÁZAT"
}
});
2 changes: 2 additions & 0 deletions js/nls/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ define({
}),
"ar": 1,
"bs": 1,
"ca": 1,
"cs": 1,
"da": 1,
"de": 1,
Expand All @@ -42,6 +43,7 @@ define({
"he": 1,
"hi": 1,
"hr": 1,
"hu": 1,
"id": 1,
"it": 1,
"ja": 1,
Expand Down

0 comments on commit e71c811

Please sign in to comment.