r53640 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53639‎ | r53640 | r53641 >
Date:07:53, 22 July 2009
Author:raymond
Status:deferred
Tags:
Comment:
Fix syntax error for plural
Modified paths:
  • /trunk/extensions/CooperationStatistics/CooperationStatistics.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CooperationStatistics/CooperationStatistics.i18n.php
@@ -15,7 +15,7 @@
1616 See also the [[Special:MostRevisors|\'\'\'pages with the most revisors\'\'\']] and [[Special:MostRevisions|pages with the most revisions]].',
1717 'cooperationstatistics-tablearticle' => 'Page count',
1818 'cooperationstatistics-tablevalue' => 'Number of editors',
19 - 'cooperationstatistics-articles' => '$1 {{PLURAL|page|pages}}',
 19+ 'cooperationstatistics-articles' => '$1 {{PLURAL:$1|page|pages}}',
2020 'cooperationstatistics-nbusers' => '{{PLURAL:$2|has|have}} $1 {{PLURAL:$1|editor|editors}}',
2121 'cooperationstatistics-nblessusers' => '{{PLURAL:$2|has|have}} $1 {{PLURAL:$1|editor|or less editors}}',
2222 'cooperationstatistics-nbmoreusers' => '{{PLURAL:$2|has|have}} $1 or more editors',

Status & tagging log