* (bug 18849) follow up r50778 and r50804, additional date format for Taiwan Chinese...
authorShinjiman <shinjiman@users.mediawiki.org>
Wed, 20 May 2009 03:29:17 +0000 (03:29 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Wed, 20 May 2009 03:29:17 +0000 (03:29 +0000)
languages/messages/MessagesKo.php
languages/messages/MessagesZh_tw.php

index afb994c..411781a 100644 (file)
@@ -250,17 +250,22 @@ $bookstoreList = array(
 $datePreferences = array(
        'default',
        'juche',
+       'juche bracket',
        'ISO 8601',
 );
 $defaultDateFormat = 'ko';
 $dateFormats = array(
-       'ko time'    => 'H:i',
-       'ko date'    => 'Y년 M월 j일 (D)',
-       'ko both'    => 'Y년 M월 j일 (D) H:i',
+       'ko time'            => 'H:i',
+       'ko date'            => 'Y년 M월 j일 (D)',
+       'ko both'            => 'Y년 M월 j일 (D) H:i',
 
-       'juche time' => 'H:i',
-       'juche date' => 'xoY년 M월 j일 (D)',
-       'juche both' => 'xoY년 M월 j일 (D) H:i',
+       'juche time'         => 'H:i',
+       'juche date'         => 'xoY년 M월 j일 (D)',
+       'juche both'         => 'xoY년 M월 j일 (D) H:i',
+
+       'juche bracket time' => 'H:i',
+       'juche bracket date' => '주체xoY년 (Y년) M월 j일 (D)',
+       'juche bracket both' => '주체xoY년 (Y년) M월 j일 (D) H:i',
 );
 
 $messages = array(
index bce182e..6b09e8a 100644 (file)
@@ -41,6 +41,7 @@ $namespaceNames = array(
 $datePreferences = array(
        'default',
        'minguo',
+       'minguo shorttext',
        'minguo text',
        'minguo fulltext',
        'CNS 7648',
@@ -59,6 +60,10 @@ $dateFormats = array(
        'minguo date'            => 'xoY年n月j日 (l)',
        'minguo both'            => 'xoY年n月j日 (D) H:i',
 
+       'minguo shorttext time'  => 'H:i',
+       'minguo shorttext date'  => '民xoY年n月j日 (l)',
+       'minguo shorttext both'  => '民xoY年n月j日 (D) H:i',
+
        'minguo text time'       => 'H:i',
        'minguo text date'       => '民國xoY年n月j日 (l)',
        'minguo text both'       => '民國xoY年n月j日 (D) H:i',