Skip to content

Commit 1193adf

Browse files
authored
fix(web): change the code zh-Hans to zh-CN (immich-app#13414)
fix/(web) change the code zh-Hans to zh-CN
1 parent e7397f3 commit 1193adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/lib/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,13 @@ export const langs = [
314314
{ name: 'Vietnamese', code: 'vi', loader: () => import('$lib/i18n/vi.json') },
315315
{
316316
name: 'Chinese (Traditional)',
317-
code: 'zh-Hant',
317+
code: 'zh-TW',
318318
weblateCode: 'zh_Hant',
319319
loader: () => import('$lib/i18n/zh_Hant.json'),
320320
},
321321
{
322322
name: 'Chinese (Simplified)',
323-
code: 'zh-Hans',
323+
code: 'zh-CN',
324324
weblateCode: 'zh_SIMPLIFIED',
325325
loader: () => import('$lib/i18n/zh_SIMPLIFIED.json'),
326326
},

0 commit comments

Comments
 (0)