Update jquery.ime to 5498eae

Changes:
* Add South Azerbaijani Keyboard Layout
* Add Arabic keyboard layout for Western Baluchi (bgn)
* Added missing te-apple.js and te-modular.js

Change-Id: I9527d659f10703ed0347ca9fa0e4ca5a0dd3d1b4
This commit is contained in:
Kartik Mistry
2015-04-30 11:01:04 +05:30
committed by KartikMistry
parent 8eec1ecb28
commit 3d64406868
5 changed files with 571 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.1.0+20150429
/*! jquery.ime - v0.1.0+20150504
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2015 Santhosh Thottingal; Licensed GPL, MIT */
( function ( $ ) {
@@ -1605,6 +1605,10 @@
name: 'প্ৰতিৰূপান্তৰণ',
source: 'rules/as/as-transliteration.js'
},
'azb-kbd': {
name: 'تورکجه',
source: 'rules/azb/azb-kbd.js'
},
'batak-qwerty': {
name: 'Batak QWERTY',
source: 'rules/bbc/batak-qwerty.js'
@@ -1625,6 +1629,10 @@
name: 'Tifinagh',
source: 'rules/ber/ber-tfng.js'
},
'bgn-arab': {
name: 'عربی',
source: 'rules/bgn/bgn-arab.js'
},
'bn-avro': {
name: 'অভ্র',
source: 'rules/bn/bn-avro.js'
@@ -2185,6 +2193,10 @@
autonym: 'авар',
inputmethods: [ 'cyrl-palochka' ]
},
'azb': {
autonym: 'تورکجه',
inputmethods: [ 'azb-kbd' ]
},
'bbc': {
autonym: 'Batak',
inputmethods: [ 'batak-qwerty' ]
@@ -2201,6 +2213,10 @@
autonym: 'भोजपुरी',
inputmethods: [ 'hi-transliteration' ]
},
'bgn': {
autonym: 'بلوچی رخشانی',
inputmethods: [ 'bgn-arab' ]
},
'bho': {
autonym: 'भोजपुरी',
inputmethods: [ 'hi-transliteration' ]