r111853 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111852‎ | r111853 | r111854 >
Date:08:46, 19 February 2012
Author:raymond
Status:ok
Tags:
Comment:
r111831: Add i18n file
Modified paths:
  • /trunk/extensions/SkinPerNamespace/SkinPerNamespace.i18n.php (added) (history)
  • /trunk/extensions/SkinPerNamespace/SkinPerNamespace.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SkinPerNamespace/SkinPerNamespace.i18n.php
@@ -0,0 +1,19 @@
 2+<?php
 3+/**
 4+ * Internationalisation file for SkinPerNamespace extension.
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
 8+ */
 9+
 10+$messages = array();
 11+
 12+$messages['en'] = array(
 13+ 'skinpernamespace-desc' => 'Allows a per-namespace skin',
 14+);
 15+
 16+/** Message documentation (Message documentation) */
 17+$messages['qqq'] = array(
 18+ 'skinpernamespace-desc' => '{{desc}}',
 19+);
 20+
Property changes on: trunk/extensions/SkinPerNamespace/SkinPerNamespace.i18n.php
___________________________________________________________________
Added: svn:eol-style
121 + native
Index: trunk/extensions/SkinPerNamespace/SkinPerNamespace.php
@@ -17,11 +17,13 @@
1818 'name' => 'SkinPerNamespace',
1919 'url' => 'https://www.mediawiki.org/wiki/Extension:SkinPerNamespace',
2020 'version' => '2012-02-18',
21 - 'description' => 'Allow a per-namespace skin',
 21+ 'descriptionmsg' => 'skinpernamespace-desc',
2222 'author' => 'Alexandre Emsenhuber',
2323
2424 );
2525
 26+$wgExtensionMessagesFiles['SkinPerNamespace'] = dirname( __FILE__ ) . "/SkinPerNamespace.i18n.php";
 27+
2628 // Configuration part, you can copy it to your LocalSettings.php and change it
2729 // there, *not* here. Also modify it after including this file or you won't see
2830 // any changes.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111831Per request on my talk page: make this extension work with current versions o...ialex15:29, 18 February 2012

Status & tagging log