Update jquery.ime from upstream

Add Tilde layouts for Hausa, Igbo, and Yoruba.

This addresses Community Wishlist 2018 wish:
https://meta.wikimedia.org/wiki/Community_Wishlist_Survey_2019/Editing/Add_key_mapping_for_Yoruba,_Igbo,_and_Hausa_to_ULS

Updating to
72c335fa2e

Change-Id: I454e9f75c20a57a659cab8322e00fa07e70463d6
This commit is contained in:
Amir Aharoni
2018-12-11 09:30:00 +02:00
parent 7bf345669a
commit 29ac502135
4 changed files with 112 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20181208
/*! jquery.ime - v0.2.0+20181211
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2018 Santhosh Thottingal; License: (GPL-2.0+ OR MIT) */
( function ( $ ) {
@@ -1906,6 +1906,10 @@
name: 'lud',
source: 'rules/lud/lud-transliteration.js'
},
'ha-tilde': {
name: 'Hausa - tilde',
source: 'rules/ha/ha-tilde.js'
},
'hi-transliteration': {
name: 'लिप्यंतरण',
source: 'rules/hi/hi-transliteration.js'
@@ -1922,6 +1926,10 @@
name: 'फोनेटिक',
source: 'rules/hi/hi-phonetic.js'
},
'ig-tilde': {
name: 'Igbo - tilde',
source: 'rules/ig/ig-tilde.js'
},
'is-normforms': {
name: 'Venjuleg eyðublöð',
source: 'rules/is/is-normforms.js'
@@ -2427,6 +2435,10 @@
'yo-alt': {
name: 'Yorùbá Alt',
source: 'rules/yo/yo-alt.js'
},
'yo-tilde': {
name: 'Yorùbá tilde',
source: 'rules/yo/yo-tilde.js'
}
} );
@@ -2587,6 +2599,14 @@
autonym: '𐌲𐌿𐍄𐌹𐍃𐌺𐌰 𐍂𐌰𐌶𐌳𐌰',
inputmethods: [ 'got-standard' ]
},
ha: {
autonym: 'Hausa',
inputmethods: [ 'ha-tilde' ]
},
ig: {
autonym: 'Igbo',
inputmethods: [ 'ig-tilde' ]
},
lrc: {
autonym: 'لۊری شومالی',
inputmethods: [ 'lrc-kbd' ]
@@ -2881,7 +2901,7 @@
},
yo: {
autonym: 'Yorùbá',
inputmethods: [ 'yo-alt' ]
inputmethods: [ 'yo-alt', 'yo-tilde' ]
}
} );