Update from upstream
Change-Id: I8affdf79e5a2f33c88f7661082d2cbd7777240fb
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! jquery.ime - v0.1.0 - 2013-04-03
|
||||
/*! jquery.ime - v0.1.0 - 2013-04-23
|
||||
* https://github.com/wikimedia/jquery.ime
|
||||
* Copyright (c) 2013 Santhosh Thottingal; Licensed GPL, MIT */
|
||||
( function ( $ ) {
|
||||
@@ -136,8 +136,12 @@
|
||||
- this.inputmethod.contextLength );
|
||||
}
|
||||
|
||||
// it is a noop
|
||||
if ( replacement === input ) {
|
||||
// If replacement equals to input, no replacement is made, because
|
||||
// there's apparently nothing to do. However, there may be something
|
||||
// to do if AltGr was pressed. For example, if a layout is built in
|
||||
// a way that allows typing the original character instead of
|
||||
// the replacement by pressing it with AltGr.
|
||||
if ( !altGr && replacement === input ) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -1399,6 +1403,10 @@
|
||||
name: 'າຶກ',
|
||||
source: 'rules/lo/lo-kbd.js'
|
||||
},
|
||||
'mh': {
|
||||
name: 'Kajin M̧ajeļ',
|
||||
source: 'rules/mh/mh.js'
|
||||
},
|
||||
'mn-cyrl': {
|
||||
name: 'Кирилл',
|
||||
source: 'rules/mn/mn-cyrl.js'
|
||||
@@ -1759,13 +1767,17 @@
|
||||
inputmethods: [ 'cyrl-palochka' ]
|
||||
},
|
||||
'lo': {
|
||||
autonym: 'ພາສາລາວ',
|
||||
autonym: 'ລາວ',
|
||||
inputmethods: [ 'lo-kbd' ]
|
||||
},
|
||||
'mai': {
|
||||
autonym: 'मैथिली',
|
||||
inputmethods: [ 'mai-inscript', 'mai-inscript2' ]
|
||||
},
|
||||
'mh': {
|
||||
autonym: 'Kajin M̧ajeļ',
|
||||
inputmethods: [ 'mh' ]
|
||||
},
|
||||
'ml': {
|
||||
autonym: 'മലയാളം',
|
||||
inputmethods: [ 'ml-transliteration', 'ml-inscript', 'ml-inscript2' ]
|
||||
|
||||
Reference in New Issue
Block a user