Update jquery.ime from upstream

* Add Batak input method
* Fix Odia Lekhani input method

Bug: 56309

Change-Id: I9192554f42994a799309b9cec7466045dccfe27d
This commit is contained in:
Amir E. Aharoni
2014-04-20 15:15:10 +03:00
committed by KartikMistry
parent e7c59c9231
commit 767c3cea4f
3 changed files with 109 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.1.0+20140408
/*! jquery.ime - v0.1.0+20140420
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2014 Santhosh Thottingal; Licensed GPL, MIT */
( function ( $ ) {
@@ -1598,6 +1598,10 @@
name: 'প্ৰতিৰূপান্তৰণ',
source: 'rules/as/as-transliteration.js'
},
'batak-qwerty': {
name: 'Batak QWERTY',
source: 'rules/bbc/batak-qwerty.js'
},
'be-kbd': {
name: 'Стандартная',
source: 'rules/be/be-kbd.js'
@@ -2159,6 +2163,10 @@
autonym: 'авар',
inputmethods: [ 'cyrl-palochka' ]
},
'bbc': {
autonym: 'Batak',
inputmethods: [ 'batak-qwerty' ]
},
'be': {
autonym: 'беларуская',
inputmethods: [ 'be-transliteration', 'be-latin', 'be-kbd' ]