Update jquery.ime from upstream

* Add input methods for Dagbani and Bambara.

Update to:
d47a617f37

Change-Id: I7107dde813124b41b01d0e94eb4336b7379eb394
This commit is contained in:
Amire80
2017-05-29 22:29:41 +03:00
committed by KartikMistry
parent 411d7834d5
commit 9838760971
3 changed files with 77 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.1.0+20170509
/*! jquery.ime - v0.1.0+20170529
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2017 Santhosh Thottingal; Licensed GPL, MIT */
( function ( $ ) {
@@ -1754,6 +1754,10 @@
name: 'روچ کپتین بلوچی',
source: 'rules/bgn/bgn-kbd.js'
},
'bm-alt': {
name: 'Bamanankan Alt',
source: 'rules/bm/bm-alt.js'
},
'bn-avro': {
name: 'অভ্র',
source: 'rules/bn/bn-avro.js'
@@ -1822,6 +1826,10 @@
name: 'normalformer',
source: 'rules/da/da-normforms.js'
},
'dag-alt': {
name: 'Dagbani Alt',
source: 'rules/dag/dag-alt.js'
},
'din-fqsx': {
name: 'Dinka FQSX',
source: 'rules/din/din-fqsx.js'
@@ -2394,6 +2402,10 @@
autonym: 'भोजपुरी',
inputmethods: [ 'hi-transliteration' ]
},
bm: {
autonym: 'Bamanankan',
inputmethods: [ 'bm-alt' ]
},
bn: {
autonym: 'বাংলা',
inputmethods: [ 'bn-avro', 'bn-inscript', 'bn-nkb', 'bn-probhat', 'bn-inscript2' ]
@@ -2426,6 +2438,10 @@
autonym: 'Dansk',
inputmethods: [ 'da-normforms' ]
},
dag: {
autonym: 'Dagbani',
inputmethods: [ 'dag-alt' ]
},
de: {
autonym: 'Deutsch',
inputmethods: [ 'de-transliteration' ]