revert translation to 8aa7b34197

This commit is contained in:
wonfen
2025-06-06 10:11:28 +08:00
committed by Tunglies
parent 59594855b8
commit c4682ab6e9
11 changed files with 2909 additions and 3340 deletions

View File

@@ -39,10 +39,6 @@ const languageOptions = Object.entries(languages).map(([code, _]) => {
ar: "العربية",
ko: "한국어",
tr: "Türkçe",
jp: "日本語",
de: "Deutsch",
es: "Español",
zhtw: "繁體中文",
};
return { code, label: labels[code] };
});