r82598 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82597‎ | r82598 | r82599 >
Date:11:58, 22 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Move description to i18n
Modified paths:
  • /trunk/extensions/Narayam/Narayam.i18n.php (modified) (history)
  • /trunk/extensions/Narayam/Narayam.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/Narayam.i18n.php
@@ -14,6 +14,7 @@
1515 * @author Junaid P V
1616 */
1717 $messages['en'] = array(
 18+ 'narayam-desc' => 'Allows to add custom input methods for input fields.',
1819 'narayam-toggle-ime' => 'To toggle IM',
1920 'narayam-help-page' => 'Help:Typing',
2021 'narayam-checkbox-tooltip' => 'To toggle input method On and Off',
Index: trunk/extensions/Narayam/Narayam.php
@@ -43,7 +43,7 @@
4444 'version' => 0.1,
4545 'author' => 'Junaid P V (http://junaidpv.in)',
4646 'url' => 'http://www.mediawiki.org/wiki/Extension:Narayam',
47 - 'description' => 'Allows to add custom input methods for input fields.'
 47+ 'description' => 'narayam-desc'
4848 );
4949
5050 $wgNarayamConfig['shortcut_controlkey'] = true;

Status & tagging log