Update jquery.ime and jquery.uls from upstream
jquery.ime * Add layouts for Nyanja/Chichewa (ny) and Tumbuka (tum). * Fix layout name for Bura (bwr) * Add macron to the Ewe (ee) keyboard Updating to:fa2fb33e12jquery.uls * Localization updates Updating to:5ad9937ac6Change-Id: Id599d7ce882ae6c2a744a15691a9e56059d7dac9
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! jquery.ime - v0.2.0+20220613
|
||||
/*! jquery.ime - v0.2.0+20220627
|
||||
* https://github.com/wikimedia/jquery.ime
|
||||
* Copyright (c) 2022 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
|
||||
( function ( $ ) {
|
||||
@@ -1779,7 +1779,7 @@
|
||||
source: 'rules/brx/brx-inscript2.js'
|
||||
},
|
||||
'bwr-tilde': {
|
||||
name: 'Bura ',
|
||||
name: 'Bura tilde',
|
||||
source: 'rules/bwr/bwr-tilde.js'
|
||||
},
|
||||
'byn-geezim': {
|
||||
@@ -2276,6 +2276,10 @@
|
||||
name: 'Thok Naath tilde',
|
||||
source: 'rules/nus/nus-tilde.js'
|
||||
},
|
||||
'ny-tilde': {
|
||||
name: 'Chichewa / Nyanja tilde',
|
||||
source: 'rules/ny/ny-tilde.js'
|
||||
},
|
||||
'or-inscript': {
|
||||
name: 'ଇନସ୍କ୍ରିପ୍ଟ',
|
||||
source: 'rules/or/or-inscript.js'
|
||||
@@ -2484,6 +2488,10 @@
|
||||
name: 'ትግረ',
|
||||
source: 'rules/tig/tig-geezim.js'
|
||||
},
|
||||
'tum-tilde': {
|
||||
name: 'ChiTumbuka tilde',
|
||||
source: 'rules/tum/tum-tilde.js'
|
||||
},
|
||||
'udm-alt': {
|
||||
name: 'Удмурт ALT',
|
||||
source: 'rules/udm/udm-alt.js'
|
||||
@@ -2976,6 +2984,10 @@
|
||||
autonym: 'Thok Naath',
|
||||
inputmethods: [ 'nus-tilde' ]
|
||||
},
|
||||
ny: {
|
||||
autonym: 'Chichewa',
|
||||
inputmethods: [ 'ny-tilde' ]
|
||||
},
|
||||
or: {
|
||||
autonym: 'ଓଡ଼ିଆ',
|
||||
inputmethods: [ 'or-phonetic', 'or-transliteration', 'or-inscript', 'or-inscript2', 'or-lekhani', 'or-OdiScript' ]
|
||||
@@ -3088,6 +3100,10 @@
|
||||
autonym: 'цӀаӀхна миз',
|
||||
inputmethods: [ 'cyrl-palochka' ]
|
||||
},
|
||||
tum: {
|
||||
autonym: 'ChiTumbuka',
|
||||
inputmethods: [ 'tum-tilde' ]
|
||||
},
|
||||
tw: {
|
||||
autonym: 'Twi',
|
||||
inputmethods: [ 'ak-qx', 'ak-tilde' ]
|
||||
|
||||
Reference in New Issue
Block a user