Update jquery.ime library
Changes:
1. build: Update eslint
2. telugu jna gunintham fixes
Updating to 6d591016d2
Change-Id: I092ae22f51bb18ef5dd23f8b1552ca7ced17face
This commit is contained in:
committed by
jenkins-bot
parent
f39d684103
commit
6f1ccbd3b7
@@ -22,6 +22,7 @@
|
||||
u: 'ŭ'
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-jquery/no-each-util
|
||||
$.each( chars, function ( ascii, accented ) {
|
||||
rules.push( [ ascii + '[Xx]', ascii, accented ] );
|
||||
rules.push( [ accented + '([Xx])', '[Xx]', ascii + '$1' ] );
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
'use strict';
|
||||
|
||||
var ksKbd = {
|
||||
id: 'ks-Kbd',
|
||||
name: 'Kbd',
|
||||
id: 'ks-kbd',
|
||||
name: 'Kashmiri kbd',
|
||||
description: 'Kbd keyboard for Kashmiri language using Arabic script',
|
||||
date: '2013-02-09',
|
||||
author: 'Parag Nemade',
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
description: 'Telugu Transliteration based on RTS',
|
||||
date: '2012-10-16',
|
||||
URL: 'http://github.com/wikimedia/jquery.ime',
|
||||
author: 'Veeven and Junaid P V',
|
||||
author: 'Veeven, Junaid P V, Rahimanuddin Shaik',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
contextLength: 1,
|
||||
@@ -160,9 +160,9 @@
|
||||
[ '~l', 'ఌ' ],
|
||||
[ 'l', 'ల్' ],
|
||||
[ '@m', 'ఁ' ],
|
||||
[ '~m', 'ఙ' ],
|
||||
[ '~m', 'ఙ్' ],
|
||||
[ 'm', 'మ్' ],
|
||||
[ '~n', 'ఞ' ],
|
||||
[ '~n', 'ఞ్' ],
|
||||
[ 'n', 'న్' ],
|
||||
[ 'o', 'ఒ' ],
|
||||
[ 'p', 'ప్' ],
|
||||
|
||||
Reference in New Issue
Block a user