repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix notice warning in some configs
[mediawiki.git]
/
languages
/
LanguageZh_hk.php
blob
1b0ecdcbbe08842b2ae0c0776289dd86d857afa9
1
<
?php
2
/**
3
* @package MediaWiki
4
* @subpackage Language
5
*/
6
require_once
(
"LanguageZh_tw.php"
);
7
8
class
LanguageZh_hk
extends
LanguageZh_tw
{
9
# Inherit everything for now
10
}
11
?
>