Add missing Hong Kong
This commit is contained in:
parent
312b5c6c52
commit
888cc470cb
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function uupApiVersion() {
|
function uupApiVersion() {
|
||||||
return '1.17.2';
|
return '1.17.3';
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once dirname(__FILE__).'/auths.php';
|
require_once dirname(__FILE__).'/auths.php';
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Copyright 2018 UUP dump API authors
|
Copyright 2019 UUP dump API authors
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with 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',
|
'tr-tr' => 'Turkish',
|
||||||
'uk-ua' => 'Ukrainian',
|
'uk-ua' => 'Ukrainian',
|
||||||
'zh-cn' => 'Chinese (Simplified)',
|
'zh-cn' => 'Chinese (Simplified)',
|
||||||
|
'zh-hk' => 'Chinese (Hong Kong)',
|
||||||
'zh-tw' => 'Chinese (Traditional)',
|
'zh-tw' => 'Chinese (Traditional)',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user