aboutsummaryrefslogtreecommitdiffstats
path: root/languages/LanguageZh_sg.php
blob: 7543a82e7bed4cc100ef48fc949998790ffe71a3 (plain) (blame)
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
}
?>