feat: Adding simplified chinese localization to the app

This commit is contained in:
gauvainboiche
2026-08-01 22:20:20 +02:00
parent 4ff0906ec6
commit 686e77654d
4 changed files with 60 additions and 2 deletions
+2
View File
@@ -48,8 +48,10 @@
<div class="flex items-center gap-1 bg-slate-900 border border-slate-700/70 rounded-xl px-2 py-1">
<span class="text-xs">🌐</span>
<select id="selectLang" class="bg-transparent text-xs font-bold text-slate-300 outline-none cursor-pointer">
<!-- Add language here -->>
<option value="fr" class="bg-slate-900">FR</option>
<option value="en" class="bg-slate-900">EN</option>
<option value="cn" class="bg-slate-900">CN</option>
</select>
</div>