diff --git a/web/src/lib/constants.ts b/web/src/lib/constants.ts index b86e057ffd10b..c94b53239b092 100644 --- a/web/src/lib/constants.ts +++ b/web/src/lib/constants.ts @@ -314,13 +314,13 @@ export const langs = [ { name: 'Vietnamese', code: 'vi', loader: () => import('$lib/i18n/vi.json') }, { name: 'Chinese (Traditional)', - code: 'zh-Hant', + code: 'zh-TW', weblateCode: 'zh_Hant', loader: () => import('$lib/i18n/zh_Hant.json'), }, { name: 'Chinese (Simplified)', - code: 'zh-Hans', + code: 'zh-CN', weblateCode: 'zh_SIMPLIFIED', loader: () => import('$lib/i18n/zh_SIMPLIFIED.json'), },