Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
bda74cd8
Commit
bda74cd8
authored
Dec 02, 2022
by
longpanda
Browse files
VentoyPlugson supports multi-language menu option.
parent
511b8091
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Plugson/www/plugson_control.html
Plugson/www/plugson_control.html
+3
-2
No files found.
Plugson/www/plugson_control.html
View file @
bda74cd8
...
...
@@ -1229,7 +1229,7 @@
$
(
'
select[id=id_ctrl_sel_help_lang
'
).
append
(
opt
);
}
}
$
(
'
select[id=id_ctrl_sel_help_lang
'
).
val
(
data
.
help_language
);
$
(
'
select[id=id_ctrl_sel_help_lang
'
).
val
(
data
.
help_
text_
language
);
//VTOY_MENU_LANGUAGE
if
(
$
(
"
select[id=id_ctrl_sel_menu_lang
"
)[
0
].
options
.
length
===
0
)
...
...
@@ -1271,7 +1271,8 @@
filter_img
:
data
.
filter_img
,
filter_vhd
:
data
.
filter_vhd
,
filter_vtoy
:
data
.
filter_vtoy
,
help_text_language
:
data
.
help_text_language
help_text_language
:
data
.
help_text_language
,
menu_language
:
data
.
menu_language
},
function
(
e
)
{
Message
.
success
(
g_vtoy_cur_language
.
STR_SAVE_SUCCESS
);
});
...
...
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