Index: trunk/phase3/languages/LanguageZh_tw.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | require_once( "LanguageUtf8.php" ); |
4 | | -require_once( "LanguageZh.php" ); |
| 4 | +require_once( "LanguageZh_cn.php" ); |
5 | 5 | |
6 | 6 | # NOTE: To turn off "Current Events" in the sidebar, |
7 | 7 | # set "currentevents" => "-" |
— | — | @@ -951,7 +951,7 @@ |
952 | 952 | |
953 | 953 | ); |
954 | 954 | |
955 | | -class LanguageZh_tw extends LanguageZh { |
| 955 | +class LanguageZh_tw extends LanguageZh_cn { |
956 | 956 | function getBookstoreList () { |
957 | 957 | global $wgBookstoreListZh_tw ; |
958 | 958 | return $wgBookstoreListZh_tw ; |