Add Cantonese Localization (#5479)
* Add zh-HK localization * Update dates.ts * HK: Update Translates * HK: Fix typo * HK: Fix wrong language code * HK: Update Translates * HK: Update Translates * rename 'Chinese (Hong Kong)' to 'Cantonese' * HK: Update Translates * Update languages.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * HK: Update Translates by reviewers --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
@@ -25,6 +25,7 @@ import {
|
||||
tr,
|
||||
uk,
|
||||
zhCN,
|
||||
zhHK,
|
||||
zhTW,
|
||||
} from 'date-fns/locale'
|
||||
|
||||
@@ -52,6 +53,7 @@ const locales: Record<AppLanguage, Locale | undefined> = {
|
||||
tr,
|
||||
uk,
|
||||
['zh-CN']: zhCN,
|
||||
['zh-HK']: zhHK,
|
||||
['zh-TW']: zhTW,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user