From 888cc470cb3383d914542e18b323dab153e67463 Mon Sep 17 00:00:00 2001 From: mkuba50 Date: Wed, 2 Jan 2019 22:09:40 +0100 Subject: [PATCH] Add missing Hong Kong --- shared/main.php | 2 +- shared/packs.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/shared/main.php b/shared/main.php index 80d6abe..df6dd6d 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.17.2'; + return '1.17.3'; } require_once dirname(__FILE__).'/auths.php'; diff --git a/shared/packs.php b/shared/packs.php index 7347cb4..2c8571f 100644 --- a/shared/packs.php +++ b/shared/packs.php @@ -1,6 +1,6 @@ 'Turkish', 'uk-ua' => 'Ukrainian', 'zh-cn' => 'Chinese (Simplified)', + 'zh-hk' => 'Chinese (Hong Kong)', 'zh-tw' => 'Chinese (Traditional)', );