Update jquery.ime and .uls from upstream

ime:
* Add keyboards for Igala and Cherokee.
* Allow using the Burkina-Faso keyboard
  in the Dagaare language.
Updating to:
1d4e7876e8

uls:
* Update language-data: add Hassaniya (mey).
Updating to:
0627f0ef32

Change-Id: Ic2a91fcf4edd0143ab2c3f907331351a8736a655
This commit is contained in:
Amir E. Aharoni
2023-01-30 13:59:08 +02:00
committed by Amire80
parent 8725de5710
commit 4dae74c014
6 changed files with 223 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
/*! jquery.ime - v0.2.0+20221212
/*! jquery.ime - v0.2.0+20230130
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2022 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
* Copyright (c) 2023 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) {
'use strict';
@@ -1794,6 +1794,10 @@
name: 'ብሊን',
source: 'rules/byn/byn-geezim.js'
},
'chr': {
name: 'Cherokee Transliteration',
source: 'rules/chr/chr.js'
},
'ckb-transliteration-arkbd': {
name: 'باشووری',
source: 'rules/ckb/ckb-transliteration-arkbd.js'
@@ -2014,6 +2018,10 @@
name: 'Igbo - tilde',
source: 'rules/ig/ig-tilde.js'
},
'igl-tilde': {
name: 'Igbol - tilde',
source: 'rules/igl/igl-tilde.js'
},
'ipa-sil': {
name: 'International Phonetic Alphabet - SIL',
source: 'rules/fonipa/ipa-sil.js'
@@ -2696,6 +2704,10 @@
autonym: 'нохчийн',
inputmethods: [ 'cyrl-palochka' ]
},
chr: {
autonym: 'ᏣᎳᎩ',
inputmethods: [ 'chr' ]
},
ckb: {
autonym: 'کوردی',
inputmethods: [ 'ckb-transliteration-arkbd', 'ckb-transliteration-fakbd', 'ckb-transliteration-lakbd' ]
@@ -2720,6 +2732,10 @@
autonym: 'Deutsch',
inputmethods: [ 'de-transliteration' ]
},
dga: {
autonym: 'Dagaare',
inputmethods: [ 'mul-bf' ]
},
din: {
autonym: 'Thuɔŋjäŋ',
inputmethods: [ 'din-fqsx', 'din-tilde' ]
@@ -2796,6 +2812,10 @@
autonym: 'Igbo',
inputmethods: [ 'ig-tilde' ]
},
igl: {
autonym: 'Igala',
inputmethods: [ 'igl-tilde' ]
},
gom: {
autonym: 'गोंयची कोंकणी / Gõychi Konknni',
inputmethods: [ 'hi-transliteration', 'hi-inscript', 'gom-inscript2' ]