Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
57a7c37e
authored
2 months ago
by
qiuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 简中国际化
parent
cc9d90b9
master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
js/webAppComm.js
js/webAppComm.js
View file @
57a7c37e
...
...
@@ -46,15 +46,16 @@
function
webAppComm
()
{
this
.
data
=
null
;
this
.
langList
=
[
// 简中
{
'lang1'
:
'Events Rule
'
,
'lang2'
:
'Refresh
'
,
'lang3'
:
'Customer Service
'
,
'lang4'
:
'Compartir
'
,
'lang5'
:
'Event Zone
'
,
'lang6'
:
'Close Page
'
,
'lang7'
:
'DEWs
'
,
'lang8'
:
'GEMs
'
'lang1'
:
'活动规则
'
,
'lang2'
:
'刷新
'
,
'lang3'
:
'客服咨询
'
,
'lang4'
:
'推荐朋友
'
,
'lang5'
:
'活动专区
'
,
'lang6'
:
'关闭页面
'
,
'lang7'
:
'露水
'
,
'lang8'
:
'宝石
'
},
//1英文
{
...
...
@@ -409,7 +410,7 @@ webAppComm.prototype.openHalfWeb = function (param) {
if
(
param
.
top
||
param
.
top
===
0
)
{
obj
.
data
.
top
=
param
.
top
;
}
if
(
param
.
left
||
param
.
left
===
0
)
{
if
(
param
.
left
||
param
.
left
===
0
)
{
obj
.
data
.
left
=
param
.
left
;
}
if
(
param
.
bottom
||
param
.
bottom
===
0
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment