Update jquery.ime from upstream
* Adding a transliteration layout for the Ho language
in the Warang Citi alphabet (by Purty).
* Enable the Palochka layout for Ingush (by stjn).
* Styling improvements in the IME selector (by Volker E).
* Fixes for the Blin / Tigre / Tigrinya GeezIM layout (by Fitsum Gaim).
* Fixes for the Santali Ol Chiki InScript 2 layout (by Ramjit Tudu).
Updating to
2046765d31
Change-Id: I04ba0553ec52fa8f5c8317c538394232c2291346
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! jquery.ime - v0.2.0+20181004
|
||||
/*! jquery.ime - v0.2.0+20181203
|
||||
* https://github.com/wikimedia/jquery.ime
|
||||
* Copyright (c) 2018 Santhosh Thottingal; License: (GPL-2.0+ OR MIT) */
|
||||
( function ( $ ) {
|
||||
@@ -1926,6 +1926,10 @@
|
||||
name: 'Venjuleg eyðublöð',
|
||||
source: 'rules/is/is-normforms.js'
|
||||
},
|
||||
'hoc-transliteration': {
|
||||
name: 'Ho transliteration',
|
||||
source: 'rules/hoc/hoc-transliteration.js'
|
||||
},
|
||||
'jv-transliteration': {
|
||||
name: 'Transliteration',
|
||||
source: 'rules/jv/jv-transliteration.js'
|
||||
@@ -2120,7 +2124,7 @@
|
||||
name: 'Lushootseed Tulalip',
|
||||
source: 'rules/lut/lut-tulalip.js'
|
||||
},
|
||||
mh: {
|
||||
'mh': {
|
||||
name: 'Kajin M̧ajeļ',
|
||||
source: 'rules/mh/mh.js'
|
||||
},
|
||||
@@ -2271,7 +2275,8 @@
|
||||
'te-apple': {
|
||||
name: 'ఆపిల్',
|
||||
source: 'rules/te/te-apple.js'
|
||||
},'te-modular': {
|
||||
},
|
||||
'te-modular': {
|
||||
name: 'మాడ్యులర్',
|
||||
source: 'rules/te/te-modular.js'
|
||||
},
|
||||
@@ -2598,6 +2603,10 @@
|
||||
autonym: 'हिन्दी',
|
||||
inputmethods: [ 'hi-transliteration', 'hi-inscript', 'hi-bolnagri', 'hi-phonetic', 'hi-inscript2' ]
|
||||
},
|
||||
hoc: {
|
||||
autonym: '𑢹𑣉𑣉',
|
||||
inputmethods: [ 'hoc-transliteration' ]
|
||||
},
|
||||
hr: {
|
||||
autonym: 'Hrvatski',
|
||||
inputmethods: [ 'hr-kbd' ]
|
||||
@@ -2610,6 +2619,10 @@
|
||||
autonym: 'छत्तीसगढ़ी',
|
||||
inputmethods: [ 'hi-transliteration' ]
|
||||
},
|
||||
inh: {
|
||||
autonym: 'гӀалгӀай',
|
||||
inputmethods: [ 'cyrl-palochka' ]
|
||||
},
|
||||
is: {
|
||||
autonym: 'Íslenska',
|
||||
inputmethods: [ 'is-normforms' ]
|
||||
|
||||
Reference in New Issue
Block a user