Skip to content

Commit

Permalink
Add zh-HK language
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeDL committed Jun 20, 2024
1 parent fe3f978 commit b0b7cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/module.langsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const languages: LanguageItem[] = [
{ locale: 'zh', code: 'cmn', name: 'Chinese (Mandarin, PRC)' },
{ cr_locale: 'zh-CN', locale: 'zh-CN', code: 'zho', name: 'Chinese (Mainland China)' },
{ cr_locale: 'zh-TW', locale: 'zh-TW', code: 'chi', name: 'Chinese (Taiwan)' },
{ cr_locale: 'zh-HK', locale: 'zh-HK', code: 'zh-HK', name: 'Chinese (Hong-Kong)', language: '中文 (粵語)' },
{ cr_locale: 'ko-KR', hd_locale: 'Korean', locale: 'ko', code: 'kor', name: 'Korean' },
{ cr_locale: 'ca-ES', locale: 'ca-ES', code: 'cat', name: 'Catalan' },
{ cr_locale: 'pl-PL', locale: 'pl-PL', code: 'pol', name: 'Polish' },
Expand Down

0 comments on commit b0b7cff

Please sign in to comment.