blob: d7675d13a31511c94982369bf0bc83dd10b67c5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?php
/** Chinese (Hong Kong) (中文(香港))
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Horacewai2
* @author Kayau
* @author Mark85296341
* @author PhiLiP
* @author Shizhao
* @author Waihorace
* @author Wong128hk
* @author Yukiseaside
* @author Yuyu
*/
$fallback = 'zh-hant, zh-hans';
$fallback8bitEncoding = 'Big5-HKSCS';
$specialPageAliases = array(
'ComparePages' => array( '頁面比較' ),
'Unblock' => array( '解除封禁' ),
);
|