Update jquery.ime from upstream
* Adds many input methods Change-Id: I2f3576948416e7d2bf2f935e609fe50977e7e9d9
This commit is contained in:
committed by
Santhosh
parent
6ec65fec6c
commit
7d9b81fb9d
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