r93167 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93166‎ | r93167 | r93168 >
Date:12:17, 26 July 2011
Author:jan
Status:ok
Tags:
Comment:
Update "General"-domain to use PLURAL
Modified paths:
  • /trunk/tools/ToolserverI18N/language/messages/General.i18n.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/messages/General.i18n.php
@@ -20,12 +20,12 @@
2121 'namespace' => 'Namespace',
2222 'form-submit' => 'Go',
2323 'form-reset' => 'Reset',
24 - 'years' => 'years',
25 - 'weeks' => 'weeks',
26 - 'days' => 'days',
27 - 'hours' => 'hours',
28 - 'minutes' => 'minutes',
29 - 'seconds' => 'seconds',
 24+ 'years' => '{{PLURAL: $1|year|years}}',
 25+ 'weeks' => '{{PLURAL: $1|week|weeks}}',
 26+ 'days' => '{{PLURAL: $1|day|days}}',
 27+ 'hours' => '{{PLURAL: $1|hour|hours}}',
 28+ 'minutes' => '{{PLURAL: $1|minute|minutes}}',
 29+ 'seconds' => '{{PLURAL: $1|second|seconds}}',
3030 'last-modified-date' => 'Last modified: $1',
3131 'view-source' => 'View source',
3232 'parentheses' => '($1)', // Optional

Status & tagging log