blob: 1b0ecdcbbe08842b2ae0c0776289dd86d857afa9 (
plain) (
blame)
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
}
?>
|