[TRANSLATION] Add Hong Kong Chinese (zh-HK) translation - Part 1 (#3941)

Converted from Cantonese to HK-Style Written Chinese.

Also assign zh-HK translations to the ReactOS Chinese
translation team in the CODEOWNERS file.

Reviewed-by: He Yang <1160386205@qq.com>
Reviewed-by: Stanislav Motylkov <x86corez@gmail.com>
Reviewed-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
This commit is contained in:
Chan Chilung 2021-12-30 06:40:57 +09:00 committed by GitHub
parent 00ace73316
commit 81db5e1da8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
149 changed files with 9891 additions and 2 deletions

View file

@ -114,6 +114,9 @@ IDI_CALC ICON DISCARDABLE "res/calc.ico"
#ifdef LANGUAGE_ZH_CN
#include "lang/zh-CN.rc"
#endif
#ifdef LANGUAGE_ZH_HK
#include "lang/zh-HK.rc"
#endif
#ifdef LANGUAGE_ZH_TW
#include "lang/zh-TW.rc"
#endif