Update jquery.ime to beeab196dd
* Fix for Western Baluchi Keyboard beeab196dd * Add Northern Luri Keyboard Layout a2b34c8bd2 * Remove windows line ending extra character aa51ccb77c * Fixing name of Western Baluchi Keyboard 0cd0018c3b * Fixes for South Azerbaijani (azb) 8fa57066cb * Fix test cases for Southern Kurdish 8295e88690 * Add Southern Kurdish Keyboard Layout 40f9949e55 * Fixes for South Azerbaijani Keyboard Layout 5498eae381 Change-Id: I5007cfd4d49c61ccd5c8ae574930dda517056b96
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! jquery.ime - v0.1.0+20150504
|
||||
/*! jquery.ime - v0.1.0+20150518
|
||||
* https://github.com/wikimedia/jquery.ime
|
||||
* Copyright (c) 2015 Santhosh Thottingal; Licensed GPL, MIT */
|
||||
( function ( $ ) {
|
||||
@@ -1606,7 +1606,7 @@
|
||||
source: 'rules/as/as-transliteration.js'
|
||||
},
|
||||
'azb-kbd': {
|
||||
name: 'تورکجه',
|
||||
name: 'تۆرکجه',
|
||||
source: 'rules/azb/azb-kbd.js'
|
||||
},
|
||||
'batak-qwerty': {
|
||||
@@ -1629,9 +1629,9 @@
|
||||
name: 'Tifinagh',
|
||||
source: 'rules/ber/ber-tfng.js'
|
||||
},
|
||||
'bgn-arab': {
|
||||
name: 'عربی',
|
||||
source: 'rules/bgn/bgn-arab.js'
|
||||
'bgn-kbd': {
|
||||
name: 'بلوچی رخشانی',
|
||||
source: 'rules/bgn/bgn-kbd.js'
|
||||
},
|
||||
'bn-avro': {
|
||||
name: 'অভ্র',
|
||||
@@ -1943,6 +1943,10 @@
|
||||
name: 'າຶກ',
|
||||
source: 'rules/lo/lo-kbd.js'
|
||||
},
|
||||
'lrc-kbd': {
|
||||
name: 'لوری مینجایی',
|
||||
source: 'rules/lrc/lrc-kbd.js'
|
||||
},
|
||||
'mh': {
|
||||
name: 'Kajin M̧ajeļ',
|
||||
source: 'rules/mh/mh.js'
|
||||
@@ -2031,6 +2035,10 @@
|
||||
name: 'इनस्क्रिप्ट २',
|
||||
source: 'rules/sd/sd-inscript2.js'
|
||||
},
|
||||
'sdh-kbd': {
|
||||
name: 'کوردی خوارگ',
|
||||
source: 'rules/sdh/sdh-kbd.js'
|
||||
},
|
||||
'se-normforms': {
|
||||
name: 'Normal forms',
|
||||
source: 'rules/se/se-normforms.js'
|
||||
@@ -2194,7 +2202,7 @@
|
||||
inputmethods: [ 'cyrl-palochka' ]
|
||||
},
|
||||
'azb': {
|
||||
autonym: 'تورکجه',
|
||||
autonym: 'تۆرکجه',
|
||||
inputmethods: [ 'azb-kbd' ]
|
||||
},
|
||||
'bbc': {
|
||||
@@ -2215,7 +2223,7 @@
|
||||
},
|
||||
'bgn': {
|
||||
autonym: 'بلوچی رخشانی',
|
||||
inputmethods: [ 'bgn-arab' ]
|
||||
inputmethods: [ 'bgn-kbd' ]
|
||||
},
|
||||
'bho': {
|
||||
autonym: 'भोजपुरी',
|
||||
@@ -2285,6 +2293,10 @@
|
||||
autonym: 'Suomi',
|
||||
inputmethods: [ 'fi-transliteration' ]
|
||||
},
|
||||
'lrc': {
|
||||
autonym: 'لوری مینجایی',
|
||||
inputmethods: [ 'lrc-kbd' ]
|
||||
},
|
||||
'lud': {
|
||||
autonym: 'lüüdi',
|
||||
inputmethods: [ 'lud-transliteration' ]
|
||||
@@ -2449,6 +2461,10 @@
|
||||
autonym: 'सिंधी',
|
||||
inputmethods: [ 'sd-inscript2' ]
|
||||
},
|
||||
'sdh': {
|
||||
autonym: 'کوردی خوارگ',
|
||||
inputmethods: [ 'sdh-kbd' ]
|
||||
},
|
||||
'se': {
|
||||
autonym: 'Davvisámegiella',
|
||||
inputmethods: [ 'se-normforms' ]
|
||||
|
||||
Reference in New Issue
Block a user