Update jquery.ime and jquery.uls from upstream

jquery.ime:
* Add keyboards for Dendi (ddn) and Ibibio (ibb).
* Fix several keys on Kashmiri Arabic keyboard.
Updating to
cbb82f7ebe

jquery.uls
* Add Dendi (ddn) and Ibibio (ibb).
Updating to
b2ed2ffc02
Change-Id: I0f8e06fb5de4fe4c56c34bccc6be2474bb8e248a

Change-Id: I4186c70d6e7fb600a65e0a4c8c0cbb7bd9039bc7
This commit is contained in:
Amir E. Aharoni
2023-04-03 19:58:56 +03:00
committed by KartikMistry
parent 5a1bf42d31
commit 0c3080135f
5 changed files with 100 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20230320
/*! jquery.ime - v0.2.0+20230403
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2023 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) {
@@ -1838,6 +1838,10 @@
name: 'Dagbani tilde',
source: 'rules/dag/dag-tilde.js'
},
'ddn-tilde': {
name: 'Dinde Tilde',
source: 'rules/ddn/ddn-tilde.js'
},
'de-transliteration': {
name: 'Deutsch Tilde',
source: 'rules/de/de-transliteration.js'
@@ -2014,6 +2018,10 @@
name: 'Մայքրոսոֆթի հին արևմտահայերեն',
source: 'rules/hy/hy-wmslegacy.js'
},
'ibb-tilde': {
name: 'Ibibio - tilde',
source: 'rules/ibb/ibb-tilde.js'
},
'ig-tilde': {
name: 'Igbo - tilde',
source: 'rules/ig/ig-tilde.js'
@@ -2728,6 +2736,10 @@
autonym: 'дарган',
inputmethods: [ 'cyrl-palochka' ]
},
ddn: {
autonym: 'dendi',
inputmethods: [ 'ddn-tilde' ]
},
de: {
autonym: 'Deutsch',
inputmethods: [ 'de-transliteration' ]
@@ -2808,6 +2820,10 @@
autonym: 'Hausa',
inputmethods: [ 'ha-tilde' ]
},
ibb: {
autonym: 'ibibio',
inputmethods: [ 'ibb-tilde' ]
},
ig: {
autonym: 'Igbo',
inputmethods: [ 'ig-tilde' ]