Update jquery.ime to 7572e2
Documentation, code clean ups and build updates Change-Id: I7ce3d75345b76f2a7693b6143e013b6a8202e093
This commit is contained in:
@@ -12,20 +12,20 @@
|
||||
version: '1.0',
|
||||
contextLength: 1,
|
||||
patterns: [
|
||||
['ḧh', 'h', 'hh'],
|
||||
['Ḧ(H|h)', '(H|h)', 'H$1'],
|
||||
[ 'ḧh', 'h', 'hh' ],
|
||||
[ 'Ḧ(H|h)', '(H|h)', 'H$1' ],
|
||||
|
||||
['ğ', 'ẍ'],
|
||||
['ı', 'i'],
|
||||
['i', 'î'],
|
||||
['ö', 'ê'],
|
||||
['ü', 'û'],
|
||||
['hh', 'ḧ'],
|
||||
['Ğ', 'Ẍ'],
|
||||
['İ', 'Î'],
|
||||
['Ö', 'Ê'],
|
||||
['Ü', 'Û'],
|
||||
['H(H|h)', 'Ḧ']]
|
||||
[ 'ğ', 'ẍ' ],
|
||||
[ 'ı', 'i' ],
|
||||
[ 'i', 'î' ],
|
||||
[ 'ö', 'ê' ],
|
||||
[ 'ü', 'û' ],
|
||||
[ 'hh', 'ḧ' ],
|
||||
[ 'Ğ', 'Ẍ' ],
|
||||
[ 'İ', 'Î' ],
|
||||
[ 'Ö', 'Ê' ],
|
||||
[ 'Ü', 'Û' ],
|
||||
[ 'H(H|h)', 'Ḧ' ] ]
|
||||
};
|
||||
|
||||
$.ime.register( kuTr );
|
||||
|
||||
Reference in New Issue
Block a user