summaryrefslogtreecommitdiff
path: root/languages/LanguageZh_sg.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/LanguageZh_sg.php')
-rw-r--r--languages/LanguageZh_sg.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/languages/LanguageZh_sg.php b/languages/LanguageZh_sg.php
new file mode 100644
index 00000000..6e43c3c5
--- /dev/null
+++ b/languages/LanguageZh_sg.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * @package MediaWiki
+ * @subpackage Language
+ */
+require_once( "LanguageZh_cn.php");
+
+class LanguageZh_sg extends LanguageZh_cn {
+# Inherit everything for now
+}
+?>