Skip to content

Commit e71c811

Browse files
committed
Update to latest release and add two new locales.
1 parent d2ab35d commit e71c811

File tree

4 files changed

+65
-4
lines changed

4 files changed

+65
-4
lines changed

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<head>
55
<title></title>
66
<meta charset="utf-8">
7-
<meta name="fragment" content="!">
87
<!-- Responsive -->
98
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
109
<meta name="mobile-web-app-capable" content="yes">
@@ -26,8 +25,8 @@
2625
/>
2726
<meta property="og:image" content="http://www.arcgis.com/apps/OnePane/storytelling_basic/images/esriGlobeLogow.png" />
2827

29-
<link rel="stylesheet" href="https://js.arcgis.com/3.24/esri/themes/calcite/dijit/calcite.css">
30-
<link rel="stylesheet" href="https://js.arcgis.com/3.24/esri/themes/calcite/esri/esri.css">
28+
<link rel="stylesheet" href="https://js.arcgis.com/3.25/esri/themes/calcite/dijit/calcite.css">
29+
<link rel="stylesheet" href="https://js.arcgis.com/3.25/esri/themes/calcite/esri/esri.css">
3130
<!-- Load any application specific styles -->
3231
<link rel="stylesheet" href="css/main.css">
3332
</head>
@@ -102,7 +101,7 @@ <h2 id="subtitle" class="ac"></h2>
102101
dojoConfig.locale = RegExp.$1;
103102
}
104103
</script>
105-
<script type="text/javascript" src="https://js.arcgis.com/3.24/"></script>
104+
<script type="text/javascript" src="https://js.arcgis.com/3.25/"></script>
106105
<script type="text/javascript">
107106
require([
108107
"config/templateConfig",

js/nls/ca/resources.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/*global define */
2+
/*
3+
| Copyright 2014 Esri
4+
|
5+
| Licensed under the Apache License, Version 2.0 (the "License");
6+
| you may not use this file except in compliance with the License.
7+
| You may obtain a copy of the License at
8+
|
9+
| http://www.apache.org/licenses/LICENSE-2.0
10+
|
11+
| Unless required by applicable law or agreed to in writing, software
12+
| distributed under the License is distributed on an "AS IS" BASIS,
13+
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
| See the License for the specific language governing permissions and
15+
| limitations under the License.
16+
*/
17+
define({
18+
"map": {
19+
"error": "No es pot crear el mapa",
20+
"generalError": "Error"
21+
},
22+
"social": {
23+
"facebook": "Comparteix-ho al Facebook",
24+
"twitter": "Comparteix-ho al Twitter",
25+
"link": "Comparteix l'enllaç"
26+
},
27+
"legendToggle": {
28+
"label": "LEGEND"
29+
}
30+
});

js/nls/hu/resources.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/*global define */
2+
/*
3+
| Copyright 2014 Esri
4+
|
5+
| Licensed under the Apache License, Version 2.0 (the "License");
6+
| you may not use this file except in compliance with the License.
7+
| You may obtain a copy of the License at
8+
|
9+
| http://www.apache.org/licenses/LICENSE-2.0
10+
|
11+
| Unless required by applicable law or agreed to in writing, software
12+
| distributed under the License is distributed on an "AS IS" BASIS,
13+
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
| See the License for the specific language governing permissions and
15+
| limitations under the License.
16+
*/
17+
define({
18+
"map": {
19+
"error": "Nem sikerült létrehozni a térképet",
20+
"generalError": "Hiba"
21+
},
22+
"social": {
23+
"facebook": "Megosztás Facebookon",
24+
"twitter": "Megosztás Twitteren",
25+
"link": "Hivatkozás megosztása"
26+
},
27+
"legendToggle": {
28+
"label": "JELMAGYARÁZAT"
29+
}
30+
});

js/nls/resources.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ define({
3131
}),
3232
"ar": 1,
3333
"bs": 1,
34+
"ca": 1,
3435
"cs": 1,
3536
"da": 1,
3637
"de": 1,
@@ -42,6 +43,7 @@ define({
4243
"he": 1,
4344
"hi": 1,
4445
"hr": 1,
46+
"hu": 1,
4547
"id": 1,
4648
"it": 1,
4749
"ja": 1,

0 commit comments

Comments
 (0)