Update jquery.ime from upstream

* Add Burkina Faso keyboard.
* Change CSS `none` values to `0`.

Updating to
002df3b65b

Change-Id: I1d918f1b3d54b1ab7d4c490283d53cd42c5070c9
This commit is contained in:
Amir E. Aharoni
2022-02-14 17:48:09 +02:00
parent fd0a16d01a
commit ee6b42c844
3 changed files with 60 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20220208
/*! jquery.ime - v0.2.0+20220214
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2022 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) {
@@ -2196,6 +2196,10 @@
name: 'अक्षरांतरण',
source: 'rules/mr/mr-transliteration.js'
},
'mul-bf': {
name: 'Burkina Faso tilde keyboard',
source: 'rules/mul-bf/mul-bf.js'
},
'mul-cm': {
name: 'General Alphabet of Cameroon Languages tilde keyboard',
source: 'rules/mul-cm/mul-cm.js'
@@ -2892,6 +2896,10 @@
autonym: 'ဘာသာ မန်',
inputmethods: [ 'mnw-simplified-anonta' ]
},
mos: {
autonym: 'moore',
inputmethods: [ 'mul-bf' ]
},
mr: {
autonym: 'मराठी',
inputmethods: [ 'mr-transliteration', 'mr-inscript2', 'mr-inscript', 'mr-phonetic' ]