r95739 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95738‎ | r95739 | r95740 >
Date:08:32, 30 August 2011
Author:raymond
Status:ok (Comments)
Tags:lamecommitsummary 
Comment:
fu r95738: svn add forgotten.
Modified paths:
  • /trunk/extensions/NewUsersList/NewUsersList.i18n.php (added) (history)

Diff [purge]

Index: trunk/extensions/NewUsersList/NewUsersList.i18n.php
@@ -0,0 +1,17 @@
 2+<?php
 3+/**
 4+ * Internationalisation file for the extension NewUsersList
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
 8+ */
 9+
 10+$messages = array();
 11+
 12+/**
 13+ * @author Reedy
 14+ */
 15+$messages['en'] = array(
 16+ 'newuserslist-desc' => 'Adds <tt>&lt;newusers&gt;</tt> parser tag to retrieve the list of new users and their avatars',
 17+);
 18+
Property changes on: trunk/extensions/NewUsersList/NewUsersList.i18n.php
___________________________________________________________________
Added: svn:eol-style
119 + native

Follow-up revisions

RevisionCommit summaryAuthorDate
r95843fu r95739: Fix author per CRraymond10:02, 31 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95738Add new extension (r95600) to translatewiki.net...raymond08:28, 30 August 2011

Comments

#Comment by Jack Phoenix (talk | contribs)   23:38, 30 August 2011
+ * @author Reedy

Really? :)

Also, I still think that there's no need to have an i18n file for a simple parser hook extension. In my opinion MediaWiki core and extensions with lots of messages (like FlaggedRevs!) should be higher priority for translators than a simple parser hook that really doesn't have any messages except this one.

#Comment by Raymond (talk | contribs)   10:08, 31 August 2011

Fixed. I still think that these messages are useful. They are shown on Special:Version, even non English users are able to understand this page.

#Comment by Nikerabbit (talk | contribs)   12:29, 31 August 2011

FlaggedRevs is not a good example. It has very technical terminology which is very hard to translate, and the whole extension is usually customised for every wiki.

Status & tagging log