r62775 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62774‎ | r62775 | r62776 >
Date:17:06, 21 February 2010
Author:siebrand
Status:ok
Tags:
Comment:
Fix <br /> formatting and add PLURAL support
Modified paths:
  • /trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
@@ -156,8 +156,8 @@
157157 'lqt-history-action' => 'Activity',
158158 'lqt-history-comment' => 'Comment',
159159 'lqt-history-thread' => 'Thread',
160 - 'lqt-thread-edited-author' => "Edited by author<br/>\nLast edit: $1",
161 - 'lqt-thread-edited-others' => "Edited by $2 users<br/>\nLast edit: $1",
 160+ 'lqt-thread-edited-author' => "Edited by author.<br />\nLast edit: $1",
 161+ 'lqt-thread-edited-others' => "Edited by {{PLURAL:$2|another user|$2 other users}}.<br />\nLast edit: $1",
162162 'lqt-header-actions' => 'Actions',
163163 'lqt_summarize_link' => 'Summarize',
164164 'lqt-summarize-intro' => 'Please summarize the below thread in the editing box.

Status & tagging log