From: Shinjiman Date: Wed, 20 May 2009 03:29:17 +0000 (+0000) Subject: * (bug 18849) follow up r50778 and r50804, additional date format for Taiwan Chinese... X-Git-Tag: 1.31.0-rc.0~41726 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=a6f7e1a29b20d2e4c90d099c96274534c7171f89;p=lhc%2Fweb%2Fwiklou.git * (bug 18849) follow up r50778 and r50804, additional date format for Taiwan Chinese language and Korean language. --- diff --git a/languages/messages/MessagesKo.php b/languages/messages/MessagesKo.php index afb994c483..411781a2b4 100644 --- a/languages/messages/MessagesKo.php +++ b/languages/messages/MessagesKo.php @@ -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( diff --git a/languages/messages/MessagesZh_tw.php b/languages/messages/MessagesZh_tw.php index bce182ed86..6b09e8aa7f 100644 --- a/languages/messages/MessagesZh_tw.php +++ b/languages/messages/MessagesZh_tw.php @@ -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',