feat: add traditional chinese language support

This commit is contained in:
2026-02-10 01:37:50 +01:00
parent c287523fa5
commit 8a97cc5d0d
2 changed files with 68 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ const searchTerm = ref('');
const langToCountry = {
en: 'gb',
zh: 'cn',
'zh-hant': 'tw',
hi: 'in',
es: 'es',
fr: 'fr',