summaryrefslogtreecommitdiff
path: root/languages/LanguageZh_hk.php
blob: 7e55a77b2f33b0c183eaf3dcb9cb32d3eb647626 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
  * @package MediaWiki
  * @subpackage Language
  */
require_once( "LanguageZh_tw.php");

class LanguageZh_hk extends LanguageZh_tw {
# Inherit everything for now
}
?>