Update jquery.ime and jquery.uls from upstream

jquery.ime
* Add Esan keyboard
Updating to
dffaad798a

jquery.uls
* Localization updates
Updating to
9b4ee4c2d3

Change-Id: Id43d1166144a55ead02aa831b620bd2c158416c0
This commit is contained in:
Amir E. Aharoni
2022-08-05 16:02:01 +03:00
parent cfed478bb9
commit e24b31457b
4 changed files with 53 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20220720
/*! jquery.ime - v0.2.0+20220805
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2022 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) {
@@ -2018,6 +2018,10 @@
name: 'Venjuleg eyðublöð',
source: 'rules/is/is-normforms.js'
},
'ish-tilde': {
name: 'Esan Awain tilde',
source: 'rules/ish/ish-tilde.js'
},
'jv-transliteration': {
name: 'Transliteration',
source: 'rules/jv/jv-transliteration.js'
@@ -2812,6 +2816,10 @@
autonym: 'Íslenska',
inputmethods: [ 'is-normforms' ]
},
ish: {
autonym: 'awain',
inputmethods: [ 'ish-tilde' ]
},
jv: {
autonym: 'ꦧꦱꦗꦮ',
inputmethods: [ 'jv-transliteration' ]