Update jquery.ime and jquery.uls from upstream

ime:
* Add keyboards for Basaa and Kom
** e2548891a9

uls:
* Update language-data: add bas, bkm, bzj
** 4495850b9c

Change-Id: If0c6a6eca32319082fad954103b35c89164ab251
This commit is contained in:
Amir Aharoni
2021-03-31 15:11:52 +03:00
parent 24d1f5fc86
commit c0d85510c0
4 changed files with 110 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20210301
/*! jquery.ime - v0.2.0+20210331
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2021 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) {
@@ -1685,6 +1685,10 @@
name: 'تۆرکجه',
source: 'rules/azb/azb-kbd.js'
},
'bas-tilde': {
name: 'Ɓasaá tilde',
source: 'rules/bas/bas-tilde.js'
},
'batak-qwerty': {
name: 'Batak QWERTY',
source: 'rules/bbc/batak-qwerty.js'
@@ -1713,6 +1717,10 @@
name: 'روچ کپتین بلوچی',
source: 'rules/bgn/bgn-kbd.js'
},
'bkm-tilde': {
name: 'Kom tilde',
source: 'rules/bkm/bkm-tilde.js'
},
'bm-alt': {
name: 'Bamanankan Alt',
source: 'rules/bm/bm-alt.js'
@@ -2531,6 +2539,10 @@
autonym: 'تۆرکجه',
inputmethods: [ 'azb-kbd' ]
},
bas: {
autonym: 'ɓasaá',
inputmethods: [ 'bas-tilde' ]
},
bbc: {
autonym: 'Batak',
inputmethods: [ 'batak-qwerty' ]
@@ -2559,6 +2571,10 @@
autonym: 'भोजपुरी',
inputmethods: [ 'hi-transliteration' ]
},
bkm: {
autonym: 'Itaŋikom',
inputmethods: [ 'bkm-tilde' ]
},
bm: {
autonym: 'Bamanankan',
inputmethods: [ 'bm-alt', 'bm-tilde' ]