mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
support i18n & translate japanese
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ async function vlanSub() {
|
||||
var cmd = "vlan ";
|
||||
var v=document.getElementById('vid').value
|
||||
if (!v) {
|
||||
alert("Set VLAN ID first");
|
||||
alert(t('vlan_set_id_first'));
|
||||
return;
|
||||
}
|
||||
cmd = cmd + v;
|
||||
|
||||
Reference in New Issue
Block a user