additional date format for Taiwan Chinese language, per code review on r50778.
authorShinjiman <shinjiman@users.mediawiki.org>
Wed, 20 May 2009 03:02:46 +0000 (03:02 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Wed, 20 May 2009 03:02:46 +0000 (03:02 +0000)
languages/messages/MessagesZh_tw.php

index 2af2dce..bce182e 100644 (file)
@@ -41,24 +41,39 @@ $namespaceNames = array(
 $datePreferences = array(
        'default',
        'minguo',
+       'minguo text',
+       'minguo fulltext',
        'CNS 7648',
+       'CNS 7648 compact',
        'ISO 8601',
 );
 
 $defaultDateFormat = 'zh';
 
 $dateFormats = array(
-       'zh time'       => 'H:i',
-       'zh date'       => 'Y年n月j日 (l)',
-       'zh both'       => 'Y年n月j日 (D) H:i',
+       'zh time'                => 'H:i',
+       'zh date'                => 'Y年n月j日 (l)',
+       'zh both'                => 'Y年n月j日 (D) H:i',
 
-       'minguo time'   => 'H:i',
-       'minguo date'   => 'xoY年n月j日 (l)',
-       'minguo both'   => 'xoY年n月j日 (D) H:i',
+       'minguo time'            => 'H:i',
+       'minguo date'            => 'xoY年n月j日 (l)',
+       'minguo both'            => 'xoY年n月j日 (D) H:i',
 
-       'CNS 7648 time' => 'H:i',
-       'CNS 7648 date' => 'R.O.C. xoY-m-d (l)',
-       'CNS 7648 both' => 'R.O.C. xoY-m-d (D) H:i',
+       'minguo text time'       => 'H:i',
+       'minguo text date'       => '民國xoY年n月j日 (l)',
+       'minguo text both'       => '民國xoY年n月j日 (D) H:i',
+
+       'minguo fulltext time'   => 'H:i',
+       'minguo fulltext date'   => '中華民國xoY年n月j日 (l)',
+       'minguo fulltext both'   => '中華民國xoY年n月j日 (D) H:i',
+
+       'CNS 7648 time'          => 'H:i',
+       'CNS 7648 date'          => 'R.O.C. xoY-m-d (l)',
+       'CNS 7648 both'          => 'R.O.C. xoY-m-d (D) H:i',
+
+       'CNS 7648 compact time'  => 'H:i',
+       'CNS 7648 compact date'  => 'ROC xoY-m-d (l)',
+       'CNS 7648 compact both'  => 'ROC xoY-m-d (D) H:i',
 );
 
 $messages = array(