Update jquery.ime to 7572e2
Documentation, code clean ups and build updates Change-Id: I7ce3d75345b76f2a7693b6143e013b6a8202e093
This commit is contained in:
@@ -19,23 +19,23 @@
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
patterns: [
|
||||
['Y', 'Ū'],
|
||||
['S', 'Ā'],
|
||||
['F', 'Ņ'],
|
||||
['G', 'N̄'],
|
||||
['H', 'M̧'],
|
||||
['X', 'O̧'],
|
||||
['C', 'Ō'],
|
||||
['V', 'Ļ'],
|
||||
[ 'Y', 'Ū' ],
|
||||
[ 'S', 'Ā' ],
|
||||
[ 'F', 'Ņ' ],
|
||||
[ 'G', 'N̄' ],
|
||||
[ 'H', 'M̧' ],
|
||||
[ 'X', 'O̧' ],
|
||||
[ 'C', 'Ō' ],
|
||||
[ 'V', 'Ļ' ],
|
||||
|
||||
['y', 'ū'],
|
||||
['s', 'ā'],
|
||||
['f', 'ņ'],
|
||||
['g', 'n̄'],
|
||||
['h', 'm̧'],
|
||||
['x', 'o̧'],
|
||||
['c', 'ō'],
|
||||
['v', 'ļ']
|
||||
[ 'y', 'ū' ],
|
||||
[ 's', 'ā' ],
|
||||
[ 'f', 'ņ' ],
|
||||
[ 'g', 'n̄' ],
|
||||
[ 'h', 'm̧' ],
|
||||
[ 'x', 'o̧' ],
|
||||
[ 'c', 'ō' ],
|
||||
[ 'v', 'ļ' ]
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user