feat: Add cht language support.

This commit is contained in:
2025-12-14 03:52:35 +09:00
parent 575d1a7008
commit e1208420a0
3 changed files with 169 additions and 0 deletions
+6
View File
@@ -756,6 +756,12 @@ const App: React.FC = () => {
>
</button>
<button
onClick={() => { setLanguage('cht'); setIsLangMenuOpen(false); }}
className={`w-full px-4 py-2 text-sm text-left hover:bg-gray-700 transition-colors ${language === 'cht' ? 'text-plex-orange font-bold' : 'text-gray-300'}`}
>
</button>
</div>
</>
)}