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