r49946 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49945‎ | r49946 | r49947 >
Date:12:41, 27 April 2009
Author:shinjiman
Status:ok
Tags:
Comment:
change the message of 'version-svn-revision' to '(r?)' and mark it as optional, per disscussion from the IRC.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messageTypes.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -322,6 +322,7 @@
323323 'hebrew-calendar-m10-gen',
324324 'hebrew-calendar-m11-gen',
325325 'hebrew-calendar-m12-gen',
 326+ 'version-svn-revision',
326327 'catseparator',
327328 'semicolon-separator',
328329 'comma-separator',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3824,7 +3824,7 @@
38253825 'version-hook-name' => 'Hook name',
38263826 'version-hook-subscribedby' => 'Subscribed by',
38273827 'version-version' => '(Version $1)',
3828 -'version-svn-revision' => '(Revision r$1)',
 3828+'version-svn-revision' => '(r$1)', # only translate this message to other languages if you have to change it
38293829 'version-license' => 'License',
38303830 'version-software' => 'Installed software',
38313831 'version-software-product' => 'Product',

Follow-up revisions

RevisionCommit summaryAuthorDate
r49947Follow-up on r49946. Removed outdated 'version-svn-revision' in localisations...siebrand12:58, 27 April 2009

Status & tagging log