Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
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
6317fb34
authored
Oct 14, 2022
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加越南语
parent
86c7647c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
b/download.html
b/downloadIos.html
js/new/lang.js
b/download.html
View file @
6317fb34
...
...
@@ -84,6 +84,7 @@
<p
data-lang=
"2"
>
繁體中文
</p>
<p
data-lang=
"1"
>
English
</p>
<p
data-lang=
"7"
>
العربية
</p>
<p
data-lang=
"8"
>
Tiếng Việt
</p>
</div>
<a
class=
"topUp"
></a>
...
...
b/downloadIos.html
View file @
6317fb34
...
...
@@ -82,6 +82,7 @@
<p
data-lang=
"2"
>
繁體中文
</p>
<p
data-lang=
"1"
>
English
</p>
<p
data-lang=
"7"
>
العربية
</p>
<p
data-lang=
"8"
>
Tiếng Việt
</p>
</div>
<a
class=
"topUp"
></a>
...
...
js/new/lang.js
View file @
6317fb34
...
...
@@ -18,6 +18,10 @@ var langList = [
foot2
:
'تحميل التطبيق'
,
foot3
:
'شفرة الدعوة:'
,
foot4
:
'تم النسخ بنجاح'
,
},
{
foot1
:
"giá trị được lưu trữ"
,
foot2
:
"tải ứng dụng"
}
]
var
langType
=
0
;
...
...
@@ -48,6 +52,10 @@ if(sessionStorage.lang == undefined || sessionStorage.lang == 'undefined'){
langType
=
0
;
$
(
'.langTitle font'
).
html
(
'繁體中文'
);
$
(
'.langList p'
).
eq
(
0
).
addClass
(
'check'
);
}
else
if
(
sessionStorage
.
lang
==
8
){
langType
=
3
;
$
(
'.langTitle font'
).
html
(
'Tiếng Việt'
);
$
(
'.langList p'
).
eq
(
3
).
addClass
(
'check'
);
}
else
{
langType
=
1
;
$
(
'.langTitle font'
).
html
(
'English'
);
...
...
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