r51328 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51327‎ | r51328 | r51329 >
Date:06:04, 2 June 2009
Author:shinjiman
Status:ok
Tags:
Comment:
Follow up r50807, adding double quotes around literal texts so that they will not be treated as a variable, per code review.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesZh_tw.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesZh_tw.php
@@ -69,12 +69,12 @@
7070 'minguo fulltext both' => '中華民國xoY年n月j日 (D) H:i',
7171
7272 'CNS 7648 time' => 'H:i',
73 - 'CNS 7648 date' => 'R.O.C. xoY-m-d (l)',
74 - 'CNS 7648 both' => 'R.O.C. xoY-m-d (D) H:i',
 73+ 'CNS 7648 date' => '"R.O.C." xoY-m-d (l)',
 74+ 'CNS 7648 both' => '"R.O.C." xoY-m-d (D) H:i',
7575
7676 'CNS 7648 compact time' => 'H:i',
77 - 'CNS 7648 compact date' => 'ROC xoY-m-d (l)',
78 - 'CNS 7648 compact both' => 'ROC xoY-m-d (D) H:i',
 77+ 'CNS 7648 compact date' => '"ROC" xoY-m-d (l)',
 78+ 'CNS 7648 compact both' => '"ROC" xoY-m-d (D) H:i',
7979 );
8080
8181 $messages = array(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r50807additional date format for Taiwan Chinese language, per code review on r50778.shinjiman03:02, 20 May 2009

Status & tagging log