Update jquery.ime from upstream
* Adds many input methods Change-Id: I2f3576948416e7d2bf2f935e609fe50977e7e9d9
This commit is contained in:
committed by
Santhosh
parent
6ec65fec6c
commit
7d9b81fb9d
60
lib/jquery.ime/rules/eo/eo-h-f.js
Normal file
60
lib/jquery.ime/rules/eo/eo-h-f.js
Normal file
@@ -0,0 +1,60 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
|
||||
var eoHF = {
|
||||
id: 'eo-h-f',
|
||||
name: 'Espernto h-f',
|
||||
description: 'writing Esperanto-letters using Zamenhof\'s fundamental system.',
|
||||
date: '2013-02-12',
|
||||
URL: 'http://github.com/wikimedia/jquery.ime',
|
||||
author: 'Parag Nemade',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
patterns: [
|
||||
['ĉ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'],
|
||||
['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( eoHF );
|
||||
|
||||
}( jQuery ) );
|
||||
55
lib/jquery.ime/rules/eo/eo-h.js
Normal file
55
lib/jquery.ime/rules/eo/eo-h.js
Normal file
@@ -0,0 +1,55 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
|
||||
var eoH = {
|
||||
id: 'eo-h',
|
||||
name: 'Esperanto h',
|
||||
description: 'writing Esperanto-letters adding h\'s.',
|
||||
date: '2013-02-12',
|
||||
URL: 'http://github.com/wikimedia/jquery.ime',
|
||||
author: 'Parag Nemade',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
patterns: [
|
||||
['ĉh', 'ch'],
|
||||
['ĝh', 'gh'],
|
||||
['ĥh', 'hh'],
|
||||
['ĵh', 'jh'],
|
||||
['ŝh', 'sh'],
|
||||
['ŭh', 'uh'],
|
||||
['Ĉh', 'Ch'],
|
||||
['Ĝh', 'Gh'],
|
||||
['Ĥh', 'Hh'],
|
||||
['Ĵh', 'Jh'],
|
||||
['Ŝh', 'Sh'],
|
||||
['Ŭh', 'Uh'],
|
||||
['ĈH', 'CH'],
|
||||
['ĜH', 'GH'],
|
||||
['ĤH', 'HH'],
|
||||
['ĴH', 'JH'],
|
||||
['ŜH', 'SH'],
|
||||
['ŬH', 'UH'],
|
||||
|
||||
['ch', 'ĉ'],
|
||||
['gh', 'ĝ'],
|
||||
['hh', 'ĥ'],
|
||||
['jh', 'ĵ'],
|
||||
['sh', 'ŝ'],
|
||||
['uh', 'ŭ'],
|
||||
['Ch', 'Ĉ'],
|
||||
['Gh', 'Ĝ'],
|
||||
['Hh', 'Ĥ'],
|
||||
['Jh', 'Ĵ'],
|
||||
['Sh', 'Ŝ'],
|
||||
['Uh', 'Ŭ'],
|
||||
['CH', 'Ĉ'],
|
||||
['GH', 'Ĝ'],
|
||||
['HH', 'Ĥ'],
|
||||
['JH', 'Ĵ'],
|
||||
['SH', 'Ŝ'],
|
||||
['UH', 'Ŭ']]
|
||||
};
|
||||
|
||||
$.ime.register( eoH );
|
||||
|
||||
}( jQuery ) );
|
||||
99
lib/jquery.ime/rules/eo/eo-plena.js
Normal file
99
lib/jquery.ime/rules/eo/eo-plena.js
Normal file
@@ -0,0 +1,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 ) );
|
||||
56
lib/jquery.ime/rules/eo/eo-q.js
Normal file
56
lib/jquery.ime/rules/eo/eo-q.js
Normal file
@@ -0,0 +1,56 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
|
||||
var eoQ = {
|
||||
id: 'eo-q',
|
||||
name: 'Espernto q',
|
||||
description: 'writing Esperanto-letters adding q\'s.',
|
||||
date: '2013-02-09',
|
||||
URL: 'http://github.com/wikimedia/jquery.ime',
|
||||
author: 'Parag Nemade',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
patterns: [
|
||||
['ĉq', 'cq'],
|
||||
['ĝq', 'gq'],
|
||||
['ĥq', 'hq'],
|
||||
['ĵq', 'jq'],
|
||||
['ŝq', 'sq'],
|
||||
['ŭq', 'uq'],
|
||||
['Ĉq', 'Cq'],
|
||||
['Ĝq', 'Gq'],
|
||||
['Ĥq', 'Hq'],
|
||||
['Ĵq', 'Jq'],
|
||||
['Ŝq', 'Sq'],
|
||||
['Ŭq', 'Uq'],
|
||||
['ĈQ', 'CQ'],
|
||||
['ĜQ', 'GQ'],
|
||||
['ĤQ', 'HQ'],
|
||||
['ĴQ', 'JQ'],
|
||||
['ŜQ', 'SQ'],
|
||||
['ŬQ', 'UQ'],
|
||||
|
||||
['cq', 'ĉ'],
|
||||
['gq', 'ĝ'],
|
||||
['hq', 'ĥ'],
|
||||
['jq', 'ĵ'],
|
||||
['sq', 'ŝ'],
|
||||
['uq', 'ŭ'],
|
||||
['Cq', 'Ĉ'],
|
||||
['Gq', 'Ĝ'],
|
||||
['Hq', 'Ĥ'],
|
||||
['Jq', 'Ĵ'],
|
||||
['Sq', 'Ŝ'],
|
||||
['Uq', 'Ŭ'],
|
||||
['CQ', 'Ĉ'],
|
||||
['GQ', 'Ĝ'],
|
||||
['HQ', 'Ĥ'],
|
||||
['JQ', 'Ĵ'],
|
||||
['SQ', 'Ŝ'],
|
||||
['UQ', 'Ŭ']]
|
||||
|
||||
};
|
||||
|
||||
$.ime.register( eoQ);
|
||||
|
||||
}( jQuery ) );
|
||||
66
lib/jquery.ime/rules/eo/eo-vi.js
Normal file
66
lib/jquery.ime/rules/eo/eo-vi.js
Normal file
@@ -0,0 +1,66 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
|
||||
var eoVi = {
|
||||
id: 'eo-vi',
|
||||
name: 'Esperanto vi',
|
||||
description: 'writing Esperanto-letters using double key press (the X-system).',
|
||||
date: '2013-02-12',
|
||||
URL: 'http://github.com/wikimedia/jquery.ime',
|
||||
author: 'Parag Nemade',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
patterns: [
|
||||
['ĉc', 'cc'],
|
||||
['ĝg', 'gg'],
|
||||
['ĥh', 'hh'],
|
||||
['ĵj', 'jj'],
|
||||
['ŝs', 'ss'],
|
||||
['ŭu', 'uu'],
|
||||
['Ĉc', 'Cc'],
|
||||
['Ĝg', 'Gg'],
|
||||
['Ĥh', 'Hh'],
|
||||
['Ĵj', 'Jj'],
|
||||
['Ŝs', 'Ss'],
|
||||
['Ŭu', 'Uu'],
|
||||
['aŭu', 'au'],
|
||||
['eŭu', 'eu'],
|
||||
['Aŭu', 'Au'],
|
||||
['Eŭu', 'Eu'],
|
||||
['AŬU', 'AU'],
|
||||
['EŬU', 'EU'],
|
||||
['ĈC', 'CC'],
|
||||
['ĜG', 'GG'],
|
||||
['ĤH', 'HH'],
|
||||
['ĴJ', 'JJ'],
|
||||
['ŜS', 'SS'],
|
||||
['ŬU', 'UU'],
|
||||
['cc', 'ĉ'],
|
||||
['gg', 'ĝ'],
|
||||
['hh', 'ĥ'],
|
||||
['jj', 'ĵ'],
|
||||
['ss', 'ŝ'],
|
||||
['uu', 'ŭ'],
|
||||
['au', 'aŭ'],
|
||||
['eu', 'eŭ'],
|
||||
['Cc', 'Ĉ'],
|
||||
['Gg', 'Ĝ'],
|
||||
['Hh', 'Ĥ'],
|
||||
['Jj', 'Ĵ'],
|
||||
['Ss', 'Ŝ'],
|
||||
['Uu', 'Ŭ'],
|
||||
['Au', 'Aŭ'],
|
||||
['Eu', 'Eŭ'],
|
||||
['AU', 'AŬ'],
|
||||
['EU', 'EŬ'],
|
||||
['CC', 'Ĉ'],
|
||||
['GG', 'Ĝ'],
|
||||
['HH', 'Ĥ'],
|
||||
['JJ', 'Ĵ'],
|
||||
['SS', 'Ŝ'],
|
||||
['UU', 'Ŭ']]
|
||||
};
|
||||
|
||||
$.ime.register( eoVi );
|
||||
|
||||
}( jQuery ) );
|
||||
54
lib/jquery.ime/rules/eo/eo-x.js
Normal file
54
lib/jquery.ime/rules/eo/eo-x.js
Normal file
@@ -0,0 +1,54 @@
|
||||
( 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 ) );
|
||||
Reference in New Issue
Block a user