summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UniversalLanguageSelector/lib/jquery.ime/rules/mai/mai-inscript2.js
blob: 6654b937646336bb26666d3df7fe863dc76a3dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
( function ( $ ) {
	'use strict';

	var hiInScript2, maithiliPatterns2, maithiliInScript2;

	hiInScript2 = $.ime.inputmethods[ 'hi-inscript2' ];
	maithiliPatterns2 = $.extend( hiInScript2.patterns,
		[ [ 'z', '\u02BC' ] ]
	); // apostrophe

	maithiliInScript2 = {
		id: 'mai-inscript2',
		name: 'इनस्क्रिप्ट २',
		description: 'InScript2 keyboard for Maithili',
		date: '2013-02-13',
		license: 'GPLv3',
		version: '1.0',
		contextLength: 0,
		maxKeyLength: 1,
		patterns: maithiliPatterns2,
		patterns_x: hiInScript2.patterns_x
	};

	$.ime.register( maithiliInScript2 );
}( jQuery ) );