Skip to content

Commit

Permalink
fix(web): change the code zh-Hans to zh-CN (immich-app#13414)
Browse files Browse the repository at this point in the history
fix/(web) change the code zh-Hans to zh-CN
  • Loading branch information
fa1seut0pia authored and Yosi Taguri committed Oct 16, 2024
1 parent fdc48b5 commit 755101a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
},
Expand Down

0 comments on commit 755101a

Please sign in to comment.