summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UniversalLanguageSelector/lib/jquery.ime/rules/eo/eo-x.js
blob: 7295be3edd439d814f712f94b45cd2ef6569f960 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
( function ( $ ) {
	'use strict';

	var eoX = {
		id: 'eo-x',
		name: 'Esperanto x',
		description: 'writing Esperanto-letters adding x\'s (the X-system).',
		date: '2013-02-12',
		URL: 'http://github.com/wikimedia/jquery.ime',
		author: 'Parag Nemade',
		license: 'GPLv3',
		version: '1.0',
		patterns: [
			[ 'ĉx', 'cx' ],
			[ 'ĝx', 'gx' ],
			[ 'ĥx', 'hx' ],
			[ 'ĵx', 'jx' ],
			[ 'ŝx', 'sx' ],
			[ 'ŭx', 'ux' ],
			[ 'Ĉx', 'Cx' ],
			[ 'Ĝx', 'Gx' ],
			[ 'Ĥx', 'Hx' ],
			[ 'Ĵx', 'Jx' ],
			[ 'Ŝx', 'Sx' ],
			[ 'Ŭx', 'Ux' ],
			[ 'ĈX', 'CX' ],
			[ 'ĜX', 'GX' ],
			[ 'ĤX', 'HX' ],
			[ 'ĴX', 'JX' ],
			[ 'ŜX', 'SX' ],
			[ 'ŬX', 'UX' ],
			[ 'cx', 'ĉ' ],
			[ 'gx', 'ĝ' ],
			[ 'hx', 'ĥ' ],
			[ 'jx', 'ĵ' ],
			[ 'sx', 'ŝ' ],
			[ 'ux', 'ŭ' ],
			[ 'Cx', 'Ĉ' ],
			[ 'Gx', 'Ĝ' ],
			[ 'Hx', 'Ĥ' ],
			[ 'Jx', 'Ĵ' ],
			[ 'Sx', 'Ŝ' ],
			[ 'Ux', 'Ŭ' ],
			[ 'CX', 'Ĉ' ],
			[ 'GX', 'Ĝ' ],
			[ 'HX', 'Ĥ' ],
			[ 'JX', 'Ĵ' ],
			[ 'SX', 'Ŝ' ],
			[ 'UX', 'Ŭ' ] ]
	};

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