mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
fix(web): change the code zh-Hans to zh-CN (#13414)
fix/(web) change the code zh-Hans to zh-CN
This commit is contained in:
parent
e7397f35c9
commit
1193adf0f5
1 changed files with 2 additions and 2 deletions
|
@ -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'),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue