diff --git a/html/i18n.js b/html/i18n.js index e72df8c..a376b99 100644 --- a/html/i18n.js +++ b/html/i18n.js @@ -173,7 +173,6 @@ var LANG = { update_instruction: 'Choose a firmware update file to upload:', update_upload: 'Upload File', - lang_switch: 'Language:', common_port: 'Port ', common_pkts: ' pkts', }, @@ -352,7 +351,6 @@ var LANG = { update_instruction: 'アップロードするファームウェアファイルを選択:', update_upload: 'ファイルをアップロード', - lang_switch: '言語:', common_port: 'ポート ', common_pkts: ' pkts', } @@ -376,8 +374,6 @@ function setLang(lang) { document.querySelectorAll('[data-i18n]').forEach(function(el) { applyTranslation(el); }); - var sel = document.getElementById('rtl-lang-select'); - if (sel) sel.value = lang; } } diff --git a/html/navigation.js b/html/navigation.js index 8a92cb2..b42f8fd 100644 --- a/html/navigation.js +++ b/html/navigation.js @@ -9,14 +9,9 @@ document.getElementById('sidebar').innerHTML = + "