r97411 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97410‎ | r97411 | r97412 >
Date:10:02, 18 September 2011
Author:hashar
Status:deferred (Comments)
Tags:
Comment:
i18n description messages placeholder
Modified paths:
  • /trunk/extensions/skins/Nimbus/Nimbus.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/skins/Nimbus/Nimbus.i18n.php
@@ -31,6 +31,29 @@
3232 'nimbus-welcome' => 'Welcome $1', // <b></b> tags are passed as $1 along with the actual username
3333 );
3434
 35+/** Messages description */
 36+$messages['qqq'] = array(
 37+ 'morewikis' => 'Format for this message is *Page name/Interwiki link/URL|Text to show',
 38+ 'nimbus-desc' => '',
 39+ 'nimbus-advertise' => '',
 40+ 'nimbus-advertise-url' => 'Set this to an URL if you want an "Advertise" link to show up in the footer',
 41+ 'nimbus-contribute' => '',
 42+ 'nimbus-didyouknow' => '',
 43+ 'nimbus-featuredimage' => '',
 44+ 'nimbus-featureduser' => '',
 45+ 'nimbus-login' => '',
 46+ 'nimbus-logout' => '',
 47+ 'nimbus-more-actions' => '',
 48+ 'nimbus-more-wikis' => '',
 49+ 'nimbus-pages-can-be-edited' => '',
 50+ 'nimbus-profile' => '',
 51+ 'nimbus-recent-contributors' => '',
 52+ 'nimbus-recent-contributors-info' => '',
 53+ 'nimbus-search' => '',
 54+ 'nimbus-signup' => '',
 55+ 'nimbus-welcome' => '<b></b> tags are passed as $1 along with the actual username',
 56+);
 57+
3558 /** Finnish (Suomi)
3659 * @author Jack Phoenix <jack@countervandalism.net>
3760 */

Follow-up revisions

RevisionCommit summaryAuthorDate
r97428Partly revert r97411. Empty/placeholder messages confuses in translatewiki.ne...raymond17:55, 18 September 2011

Comments

#Comment by Nikerabbit (talk | contribs)   10:35, 18 September 2011

What's the point of this?

#Comment by Hashar (talk | contribs)   17:44, 18 September 2011

Since 'qqq' messages seems to be used as hints on translatewiki.net, I thought adding placeholders for qqq will attract the original extension author and makes him describe the messages :b

#Comment by Jack Phoenix (talk | contribs)   12:50, 18 September 2011

This indeed seems a bit pointless, since message documentation has already been done; complete with screenshots and all.

#Comment by Nikerabbit (talk | contribs)   12:59, 18 September 2011

Should be in the qqq to be useful for translators.

Status & tagging log