32 $this->mDescCodeSep =
':';
33 $this->mDescVarSep =
';';
48 'zh' => [
'zh-hans',
'zh-hant',
'zh-cn',
'zh-tw',
'zh-hk',
'zh-sg',
'zh-mo',
'zh-my' ],
49 'zh-hans' => [
'zh-cn',
'zh-sg',
'zh-my' ],
50 'zh-hant' => [
'zh-tw',
'zh-hk',
'zh-mo' ],
51 'zh-cn' => [
'zh-hans',
'zh-sg',
'zh-my' ],
52 'zh-sg' => [
'zh-hans',
'zh-cn',
'zh-my' ],
53 'zh-my' => [
'zh-hans',
'zh-sg',
'zh-cn' ],
54 'zh-tw' => [
'zh-hant',
'zh-hk',
'zh-mo' ],
55 'zh-hk' => [
'zh-hant',
'zh-mo',
'zh-tw' ],
56 'zh-mo' => [
'zh-hant',
'zh-hk',
'zh-tw' ],
60 'zh-hans' =>
'unidirectional',
61 'zh-hant' =>
'unidirectional',
64 parent::__construct( $langobj,
'zh',
80 $this->mVariantNames = array_merge( $this->mVariantNames, $names );
98 $this->mTables[
'zh-cn']->setArray(
99 $this->mTables[
'zh-cn']->getArray() + $this->mTables[
'zh-hans']->getArray()
101 $this->mTables[
'zh-hk']->setArray(
102 $this->mTables[
'zh-hk']->getArray() + $this->mTables[
'zh-hant']->getArray()
104 $this->mTables[
'zh-mo']->setArray(
105 $this->mTables[
'zh-mo']->getArray() + $this->mTables[
'zh-hant']->getArray()
107 $this->mTables[
'zh-my']->setArray(
108 $this->mTables[
'zh-my']->getArray() + $this->mTables[
'zh-hans']->getArray()
110 $this->mTables[
'zh-sg']->setArray(
111 $this->mTables[
'zh-sg']->getArray() + $this->mTables[
'zh-hans']->getArray()
113 $this->mTables[
'zh-tw']->setArray(
114 $this->mTables[
'zh-tw']->getArray() + $this->mTables[
'zh-hant']->getArray()