Skip to content

Commit bf17ef8

Browse files
committed
fix example顶部导航分类部分遗漏问题&底部copyright遗漏问题
1 parent 4598a0a commit bf17ef8

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

examples/locales/en-US/resources.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ window.resources = {
3030
"product": {
3131
"_name": "Product",
3232
"introduce": "Introduction",
33+
"download": "Download",
3334
"guide": "Guide",
3435
"modules": "Modules",
3536
"dependence": "Dependencies",
@@ -39,6 +40,7 @@ window.resources = {
3940
"guide": {
4041
"_name": "Guide",
4142
"beginning": "Getting Started",
43+
"npm": "npm",
4244
"quickStart": "Quick Start",
4345
"projection": "Projection",
4446
"ie8": "Compatible with IE8",
@@ -103,6 +105,9 @@ window.resources = {
103105
},
104106
"soon": "Coming Soon"
105107
},
108+
"footer": {
109+
"copyright": "Copyright © 2000-2017 SuperMap Software Co., Ltd. All rights reserved"
110+
},
106111
"resources": {
107112
"title_tiledMapLayer4326": "base map of SuperMap REST map",
108113
"title_addressMatchService": "Address Match Service",

examples/locales/zh-CN/resources.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ window.resources = {
3030
"product": {
3131
"_name": "产品",
3232
"introduce": "产品介绍",
33+
"download": "下载",
3334
"guide": "开发指南",
3435
"modules": "模块说明",
3536
"dependence": "相关依赖",
@@ -39,6 +40,7 @@ window.resources = {
3940
"guide": {
4041
"_name": "开发指南",
4142
"beginning": "开发入门",
43+
"npm": "npm",
4244
"quickStart": "快速入门",
4345
"projection": "投影",
4446
"ie8": "兼容IE8",
@@ -103,6 +105,9 @@ window.resources = {
103105
},
104106
"soon": "敬请期待"
105107
},
108+
"footer":{
109+
"copyright":"版权所有 © 2000-2017 北京超图软件股份有限公司 京ICP备11032883号-8 京公网安备11010502008721 甲测资字11002074"
110+
},
106111
"resources": {
107112
"title_tiledMapLayer4326": "SuperMap REST 地图服务底图",
108113
"title_addressMatchService": "地址匹配服务",

examples/template/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class="container">
2-
<div class="icl-copyright" data-i18n="footer._name"></div>
2+
<div class="icl-copyright" data-i18n="footer.copyright"></div>
33
</div>

0 commit comments

Comments
 (0)