r42429 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42428‎ | r42429 | r42430 >
Date:23:07, 23 October 2008
Author:tparscal
Status:old
Tags:
Comment:
Took advantage of the plural functionality in the message preprocessor.
Modified paths:
  • /trunk/extensions/Drafts/Drafts.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Drafts/Drafts.i18n.php
@@ -21,8 +21,7 @@
2222 'drafts-view-mustlogin' => 'You must $1 to see your drafts.',
2323 'drafts-view-nonesaved' => 'You do not have any drafts saved at this time.',
2424 'drafts-view-notice' => 'You have $1 for this page.',
25 - 'drafts-view-notice-single' => '$1 draft',
26 - 'drafts-view-notice-plural' => '$1 drafts',
 25+ 'drafts-view-notice-link' => '$1 {{PLURAL:$1|draft|drafts}}',
2726 'drafts-view-warn' => 'By navigating away from this page you will loose all unsaved changes to this page.
2827 Do you want to continue?',
2928 'drafts-save' => 'Save this as a draft [d]',

Status & tagging log