Add missing Hong Kong

This commit is contained in:
mkuba50 2019-01-02 22:09:40 +01:00
parent 312b5c6c52
commit 888cc470cb
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.17.2';
return '1.17.3';
}
require_once dirname(__FILE__).'/auths.php';

View File

@ -1,6 +1,6 @@
<?php
/*
Copyright 2018 UUP dump API authors
Copyright 2019 UUP dump API authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -54,6 +54,7 @@ function uupGetPacks($build = 15063) {
'tr-tr' => 'Turkish',
'uk-ua' => 'Ukrainian',
'zh-cn' => 'Chinese (Simplified)',
'zh-hk' => 'Chinese (Hong Kong)',
'zh-tw' => 'Chinese (Traditional)',
);