Index: trunk/extensions/Narayam/resources/ext.narayam.rules.hne-inscript.js |
— | — | @@ -2,11 +2,11 @@ |
3 | 3 | * InScript regular expression rules table for Chhattisgarhi language |
4 | 4 | * Based on CDAC's "Enhanced InScript Keyboard Layout 5.2" for Hindi |
5 | 5 | * @author Santhosh Thottingal |
6 | | - * @date 2011-02-12 |
| 6 | + * @date 2011-12-02 |
7 | 7 | * License: GPLv3 |
8 | 8 | */ |
9 | 9 | |
10 | | -//copy the rules from hi_inscript. |
| 10 | +// copy the rules from hi_inscript. |
11 | 11 | hne_inscript_scheme = $.narayam.getScheme( 'hi-inscript' ); |
12 | 12 | hne_inscript_scheme.namemsg = 'narayam-hne-inscript'; |
13 | 13 | jQuery.narayam.addScheme( 'hne-inscript', hne_inscript_scheme ); |
Index: trunk/extensions/Narayam/resources/ext.narayam.rules.mai-inscript.js |
— | — | @@ -1,14 +1,14 @@ |
2 | 2 | /** |
3 | 3 | * 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 |
7 | 7 | * License: GPLv3 |
8 | 8 | */ |
9 | 9 | |
10 | 10 | // copy the rules from hi_inscript. |
11 | 11 | mai_inscript_scheme = $.narayam.getScheme( 'hi-inscript' ); |
12 | 12 | 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 |
14 | 14 | jQuery.narayam.addScheme( 'mai-inscript', mai_inscript_scheme ); |
15 | 15 | |