r114118 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114117‎ | r114118 | r114119 >
Date:23:22, 18 March 2012
Author:reedy
Status:reverted (Comments)
Tags:gerritmigration 
Comment:
Bug 35309 - formatDuration message missing/inconsistent

Patch by Dan Collins
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -3700,7 +3700,7 @@
37013701 'duration-years',
37023702 'duration-decades',
37033703 'duration-centuries',
3704 - 'duration-millenniums'
 3704+ 'duration-millennia'
37053705 ),
37063706 );
37073707
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -4834,5 +4834,6 @@
48354835 'duration-years' => '$1 {{PLURAL:$1|year|years}}',
48364836 'duration-decades' => '$1 {{PLURAL:$1|decade|decades}}',
48374837 'duration-centuries' => '$1 {{PLURAL:$1|century|centuries}}',
 4838+'duration-millennia' => '$1 {{PLURAL:$1|millennium|millennia}}',
48384839
48394840 );

Sign-offs

UserFlagDate
Nikerabbitinspected09:32, 19 March 2012

Follow-up revisions

RevisionCommit summaryAuthorDate
r114326Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086......catrope23:03, 20 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114079Followup r114067...reedy22:14, 17 March 2012

Comments

#Comment by Hashar (talk | contribs)   20:09, 22 March 2012

reverted in gerrit as well. See comment on r114067.

The whole patch got reverted in Gerrit.

Status & tagging log