opt: drop unused code

This commit is contained in:
KOWX712
2025-03-11 22:23:58 +08:00
parent 37fce96a11
commit 0c659675c5
3 changed files with 2 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import { basePath, execCommand, toast } from './main.js';
import { toast } from './main.js';
const languageButton = document.querySelector('.language-button');
const languageMenu = document.querySelector('.language-menu');
@@ -6,7 +6,6 @@ const languageOptions = document.querySelectorAll('.language-option');
const languageOverlay = document.getElementById('language-overlay');
export let translations = {};
let currentLang = 'en-US';
let availableLanguages = ['en-US'];
// Function to check for available language