r105152 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105151‎ | r105152 | r105153 >
Date:06:52, 5 December 2011
Author:santhosh
Status:ok
Tags:
Comment:
Correct the spaces, Correct the author information and date.
Follow up r105149
Modified paths:
  • /trunk/extensions/Narayam/resources/ext.narayam.rules.hne-inscript.js (modified) (history)
  • /trunk/extensions/Narayam/resources/ext.narayam.rules.mai-inscript.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/resources/ext.narayam.rules.hne-inscript.js
@@ -2,11 +2,11 @@
33 * InScript regular expression rules table for Chhattisgarhi language
44 * Based on CDAC's "Enhanced InScript Keyboard Layout 5.2" for Hindi
55 * @author Santhosh Thottingal
6 - * @date 2011-02-12
 6+ * @date 2011-12-02
77 * License: GPLv3
88 */
99
10 -//copy the rules from hi_inscript.
 10+// copy the rules from hi_inscript.
1111 hne_inscript_scheme = $.narayam.getScheme( 'hi-inscript' );
1212 hne_inscript_scheme.namemsg = 'narayam-hne-inscript';
1313 jQuery.narayam.addScheme( 'hne-inscript', hne_inscript_scheme );
Index: trunk/extensions/Narayam/resources/ext.narayam.rules.mai-inscript.js
@@ -1,14 +1,14 @@
22 /**
33 * InScript regular expression rules table for Maithili language
4 - * Based on CDAC's "Enhanced InScript Keyboard Layout 5.2" for Hindi
5 - * @author Santhosh Thottingal
6 - * @date 2011-02-12
 4+ * Based on CDAC's "Enhanced InScript Keyboard Layout 5.2" for Maithili
 5+ * @author Amir Aharoni ([[User:Amire80]])
 6+ * @date 2011-12-02
77 * License: GPLv3
88 */
99
1010 // copy the rules from hi_inscript.
1111 mai_inscript_scheme = $.narayam.getScheme( 'hi-inscript' );
1212 mai_inscript_scheme.namemsg = 'narayam-mai-inscript';
13 -$.extend(mai_inscript_scheme.rules, [ ['z', '', '\u02BC'] ]); // apostrophe
 13+$.extend( mai_inscript_scheme.rules, [ [ 'z', '', '\u02BC' ] ]); // apostrophe
1414 jQuery.narayam.addScheme( 'mai-inscript', mai_inscript_scheme );
1515

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105149Adding Maithili InScript keyboard - Hindi with a modification. Minor whitespa...amire8005:09, 5 December 2011

Status & tagging log