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

class LanguageZh_sg extends LanguageZh_cn {
# Inherit everything for now
}
?>