Skip to content

Commit

Permalink
Fix ZH placement in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Feb 9, 2024
1 parent 55da0b8 commit 2969962
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,14 @@ export default {
defaultLocale: 'ko-KR',
supportedLocales: ['ko-KR'],
rtl: false
},
{
code: 'zh',
name: 'Traditional Chinese',
native: '中文',
defaultLocale: 'zh-TW',
supportedLocales: ['zh-TW', 'zh-HK', 'zh-MO'],
rtl: false
}
],
/**
Expand Down Expand Up @@ -409,14 +417,6 @@ export default {
defaultLocale: 'la-EU',
supportedLocales: ['la-EU', 'la-HU', 'la-HR', 'la-PL'],
rtl: false
},
{
code: 'zh',
name: 'Traditional Chinese',
native: '中文',
defaultLocale: 'zh-TW',
supportedLocales: ['zh-TW', 'zh-HK', 'zh-MO'],
rtl: false
}
]
},
Expand Down

0 comments on commit 2969962

Please sign in to comment.