Merge "Update jquery.ime from upstream"
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/*! jquery.ime - v0.1.0+20170509
|
/*! jquery.ime - v0.1.0+20170529
|
||||||
* https://github.com/wikimedia/jquery.ime
|
* https://github.com/wikimedia/jquery.ime
|
||||||
* Copyright (c) 2017 Santhosh Thottingal; Licensed GPL, MIT */
|
* Copyright (c) 2017 Santhosh Thottingal; Licensed GPL, MIT */
|
||||||
( function ( $ ) {
|
( function ( $ ) {
|
||||||
@@ -1754,6 +1754,10 @@
|
|||||||
name: 'روچ کپتین بلوچی',
|
name: 'روچ کپتین بلوچی',
|
||||||
source: 'rules/bgn/bgn-kbd.js'
|
source: 'rules/bgn/bgn-kbd.js'
|
||||||
},
|
},
|
||||||
|
'bm-alt': {
|
||||||
|
name: 'Bamanankan Alt',
|
||||||
|
source: 'rules/bm/bm-alt.js'
|
||||||
|
},
|
||||||
'bn-avro': {
|
'bn-avro': {
|
||||||
name: 'অভ্র',
|
name: 'অভ্র',
|
||||||
source: 'rules/bn/bn-avro.js'
|
source: 'rules/bn/bn-avro.js'
|
||||||
@@ -1822,6 +1826,10 @@
|
|||||||
name: 'normalformer',
|
name: 'normalformer',
|
||||||
source: 'rules/da/da-normforms.js'
|
source: 'rules/da/da-normforms.js'
|
||||||
},
|
},
|
||||||
|
'dag-alt': {
|
||||||
|
name: 'Dagbani Alt',
|
||||||
|
source: 'rules/dag/dag-alt.js'
|
||||||
|
},
|
||||||
'din-fqsx': {
|
'din-fqsx': {
|
||||||
name: 'Dinka FQSX',
|
name: 'Dinka FQSX',
|
||||||
source: 'rules/din/din-fqsx.js'
|
source: 'rules/din/din-fqsx.js'
|
||||||
@@ -2394,6 +2402,10 @@
|
|||||||
autonym: 'भोजपुरी',
|
autonym: 'भोजपुरी',
|
||||||
inputmethods: [ 'hi-transliteration' ]
|
inputmethods: [ 'hi-transliteration' ]
|
||||||
},
|
},
|
||||||
|
bm: {
|
||||||
|
autonym: 'Bamanankan',
|
||||||
|
inputmethods: [ 'bm-alt' ]
|
||||||
|
},
|
||||||
bn: {
|
bn: {
|
||||||
autonym: 'বাংলা',
|
autonym: 'বাংলা',
|
||||||
inputmethods: [ 'bn-avro', 'bn-inscript', 'bn-nkb', 'bn-probhat', 'bn-inscript2' ]
|
inputmethods: [ 'bn-avro', 'bn-inscript', 'bn-nkb', 'bn-probhat', 'bn-inscript2' ]
|
||||||
@@ -2426,6 +2438,10 @@
|
|||||||
autonym: 'Dansk',
|
autonym: 'Dansk',
|
||||||
inputmethods: [ 'da-normforms' ]
|
inputmethods: [ 'da-normforms' ]
|
||||||
},
|
},
|
||||||
|
dag: {
|
||||||
|
autonym: 'Dagbani',
|
||||||
|
inputmethods: [ 'dag-alt' ]
|
||||||
|
},
|
||||||
de: {
|
de: {
|
||||||
autonym: 'Deutsch',
|
autonym: 'Deutsch',
|
||||||
inputmethods: [ 'de-transliteration' ]
|
inputmethods: [ 'de-transliteration' ]
|
||||||
|
|||||||
32
lib/jquery.ime/rules/bm/bm-alt.js
Normal file
32
lib/jquery.ime/rules/bm/bm-alt.js
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
( function ( $ ) {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
var defs = {
|
||||||
|
id: 'bm-alt',
|
||||||
|
name: 'Bamanankan Alt',
|
||||||
|
description: 'Bambara input method with Alt-H/B/E/J/N/O combinations',
|
||||||
|
date: '2017-05-29',
|
||||||
|
URL: 'http://www.mali-pense.net/Ressources-pour-la-pratique-du.html',
|
||||||
|
author: 'Amir E. Aharoni, based on mali-pense.net',
|
||||||
|
license: 'GPLv3',
|
||||||
|
version: '1.0',
|
||||||
|
contextLength: 1,
|
||||||
|
maxKeyLength: 1,
|
||||||
|
patterns_x: [
|
||||||
|
[ 'H', '̂' ], // Combining circumflex
|
||||||
|
[ 'h', '́' ], // Combining acute accent
|
||||||
|
[ 'B', '̌' ], // Combining caron
|
||||||
|
[ 'b', '̀' ], // Combining grave accent
|
||||||
|
[ 'E', 'Ɛ' ],
|
||||||
|
[ 'e', 'ɛ' ],
|
||||||
|
[ 'J', 'Ɲ' ],
|
||||||
|
[ 'j', 'ɲ' ],
|
||||||
|
[ 'N', 'Ŋ' ],
|
||||||
|
[ 'n', 'ŋ' ],
|
||||||
|
[ 'O', 'Ɔ' ],
|
||||||
|
[ 'o', 'ɔ' ]
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
|
$.ime.register( defs );
|
||||||
|
}( jQuery ) );
|
||||||
28
lib/jquery.ime/rules/dag/dag-alt.js
Normal file
28
lib/jquery.ime/rules/dag/dag-alt.js
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
( function ( $ ) {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
var dagAlt = {
|
||||||
|
id: 'dag-alt',
|
||||||
|
name: 'Dagbani Alt',
|
||||||
|
description: 'Dagbani Alt',
|
||||||
|
date: '2017-05-27',
|
||||||
|
URL: 'http://github.com/wikimedia/jquery.ime',
|
||||||
|
author: 'Amir E. Aharoni',
|
||||||
|
license: 'GPLv3',
|
||||||
|
version: '1.0',
|
||||||
|
patterns_x: [
|
||||||
|
[ 'E', 'Ɛ' ],
|
||||||
|
[ 'e', 'ɛ' ],
|
||||||
|
[ 'G', 'Ɣ' ],
|
||||||
|
[ 'g', 'ɣ' ],
|
||||||
|
[ 'N', 'Ŋ' ],
|
||||||
|
[ 'n', 'ŋ' ],
|
||||||
|
[ 'O', 'Ɔ' ],
|
||||||
|
[ 'o', 'ɔ' ],
|
||||||
|
[ 'Z', 'Ʒ' ],
|
||||||
|
[ 'z', 'ʒ' ]
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
|
$.ime.register( dagAlt );
|
||||||
|
}( jQuery ) );
|
||||||
Reference in New Issue
Block a user