summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UniversalLanguageSelector/lib/jquery.ime/rules/eo/eo-plena.js
blob: 8fe67a6cf501f8b0a71db9ca22c47a200dbddb3d (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
( function ( $ ) {
	'use strict';

	var eoPlena = {
		id: 'eo-plena',
		name: 'Esperanto plena',
		description: 'writing Esperanto-letters with the fundamental system and the X-system, like the default of EK.',
		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' ],

			[ 'ĉh', 'ch' ],
			[ 'ĝh', 'gh' ],
			[ 'ĥh', 'hh' ],
			[ 'ĵh', 'jh' ],
			[ 'ŝh', 'sh' ],
			[ 'aŭu', 'au' ],
			[ 'eŭu', 'eu' ],
			[ 'Ĉh', 'Ch' ],
			[ 'Ĝh', 'Gh' ],
			[ 'Ĥh', 'Hh' ],
			[ 'Ĵh', 'Jh' ],
			[ 'Ŝh', 'Sh' ],
			[ 'Aŭu', 'Au' ],
			[ 'Eŭu', 'Eu' ],
			[ 'ĈH', 'CH' ],
			[ 'ĜH', 'GH' ],
			[ 'ĤH', 'HH' ],
			[ 'ĴH', 'JH' ],
			[ 'ŜH', 'SH' ],
			[ 'AŬU', 'AU' ],
			[ 'EŬU', 'EU' ],

			[ 'cx', 'ĉ' ],
			[ 'gx', 'ĝ' ],
			[ 'hx', 'ĥ' ],
			[ 'jx', 'ĵ' ],
			[ 'sx', 'ŝ' ],
			[ 'ux', 'ŭ' ],
			[ 'Cx', 'Ĉ' ],
			[ 'Gx', 'Ĝ' ],
			[ 'Hx', 'Ĥ' ],
			[ 'Jx', 'Ĵ' ],
			[ 'Sx', 'Ŝ' ],
			[ 'Ux', 'Ŭ' ],
			[ 'CX', 'Ĉ' ],
			[ 'GX', 'Ĝ' ],
			[ 'HX', 'Ĥ' ],
			[ 'JX', 'Ĵ' ],
			[ 'SX', 'Ŝ' ],
			[ 'UX', 'Ŭ' ],

			[ 'ch', 'ĉ' ],
			[ 'gh', 'ĝ' ],
			[ 'hh', 'ĥ' ],
			[ 'jh', 'ĵ' ],
			[ 'sh', 'ŝ' ],
			[ 'au', 'aŭ' ],
			[ 'eu', 'eŭ' ],
			[ 'Ch', 'Ĉ' ],
			[ 'Gh', 'Ĝ' ],
			[ 'Hh', 'Ĥ' ],
			[ 'Jh', 'Ĵ' ],
			[ 'Sh', 'Ŝ' ],
			[ 'Au', 'Aŭ' ],
			[ 'Eu', 'Eŭ' ],
			[ 'CH', 'Ĉ' ],
			[ 'GH', 'Ĝ' ],
			[ 'HH', 'Ĥ' ],
			[ 'JH', 'Ĵ' ],
			[ 'SH', 'Ŝ' ],
			[ 'AU', 'AŬ' ],
			[ 'EU', 'EŬ' ]
		]
	};

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