r85504 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85503‎ | r85504 | r85505 >
Date:01:33, 6 April 2011
Author:brion
Status:resolved (Comments)
Tags:
Comment:
Esperanto input method rules for Narayam extension.

In combination with removal of the old conversion system, can be used to help out bug 3615 and bug 21781.
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
@@ -19,6 +19,7 @@
2020 'narayam-help-page' => 'Help:Typing',
2121 'narayam-checkbox-tooltip' => 'To toggle input method on and off', // FIXME: better message
2222 'narayam-disable-preference' => 'Disable Narayam Input Method Editor (IME)',
 23+ 'narayam-eo' => 'Esperanto',
2324 'narayam-hi-inscript' => 'Hindi InScript',
2425 'narayam-kn' => 'Kannada Transliteration',
2526 'narayam-kn-inscript' => 'Kannada InScript',
@@ -182,6 +183,17 @@
183184 'narayam-bn-inscript' => 'Bengalisch (InScript)',
184185 'narayam-bn-nkb' => 'Bengalisch (NKB)',
185186 );
 187+/** Esperanto
 188+ * @author Brion
 189+ */
 190+$messages['eo'] = array(
 191+ 'narayam-desc' => 'Provizas agorditajn enigmetodojn por enigkampoj',
 192+ 'narayam-toggle-ime' => 'Ŝalti enigmetodon ($1)',
 193+ 'narayam-help-page' => 'Helpo:Tajpado',
 194+ 'narayam-checkbox-tooltip' => 'En/elŝalti enigmetodon for specialaj literoj',
 195+ 'narayam-disable-preference' => 'Elŝalti enigmetodon (IME) Narayam',
 196+ 'narayam-eo' => 'Esperanto',
 197+);
186198
187199 /** French (Français)
188200 * @author Coyau
Index: trunk/extensions/Narayam/Narayam.php
@@ -50,6 +50,9 @@
5151 'bn-inscript' => 'ext.narayam.rules.bn-inscript',
5252 'bn-nkb' => 'ext.narayam.rules.bn-nkb',
5353 ),
 54+ 'eo' => array(
 55+ 'eo' => 'ext.narayam.rules.eo',
 56+ ),
5457 'hi' => array(
5558 'hi-inscript' => 'ext.narayam.rules.hi-inscript',
5659 ),
@@ -141,6 +144,11 @@
142145 'messages' => array( 'narayam-bn-nkb' ),
143146 'dependencies' => 'ext.narayam.core',
144147 );
 148+$wgResourceModules['ext.narayam.rules.eo'] = $narayamTpl + array(
 149+ 'scripts' => 'ext.narayam.rules.eo.js',
 150+ 'messages' => array( 'narayam-eo' ),
 151+ 'dependencies' => 'ext.narayam.core',
 152+);
145153 $wgResourceModules['ext.narayam.rules.hi-inscript'] = $narayamTpl + array(
146154 'scripts' => 'ext.narayam.rules.hi-inscript.js',
147155 'messages' => array( 'narayam-hi-inscript' ),

Follow-up revisions

RevisionCommit summaryAuthorDate
r85545Followup to r85504: add missing .js filebrion16:27, 6 April 2011

Comments

#Comment by MaxSem (talk | contribs)   04:17, 6 April 2011

Misses the .js file.

#Comment by Brion VIBBER (talk | contribs)   16:27, 6 April 2011

Woops! Added in r85545.

Status & tagging log