Update jquery.ime to 839fa42

Changes:
* Fix bug T102455 in Punjabi.
* Add Akan language keyboard.

Bug: T102455
Change-Id: I144e1cde2bb2bc7fa38a7620ef621f7ec0a32285
This commit is contained in:
Amire80
2016-07-12 11:38:43 +03:00
committed by KartikMistry
parent 29cc89398a
commit 13a81d89f8
3 changed files with 36 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.1.0+20160620
/*! jquery.ime - v0.1.0+20160712
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2016 Santhosh Thottingal; Licensed GPL, MIT */
( function ( $ ) {
@@ -1690,6 +1690,10 @@
name: 'ትራንስልተራትዖን',
source: 'rules/am/am-transliteration.js'
},
'ak-qx': {
name: 'Akan - QX replacement',
source: 'rules/ak/ak-qx.js'
},
'ar-kbd': {
name: 'أرابيك',
source: 'rules/ar/ar-kbd.js'
@@ -2318,6 +2322,10 @@
autonym: 'अहिराणी',
inputmethods: [ 'mr-transliteration', 'mr-inscript' ]
},
ak: {
autonym: 'Akan',
inputmethods: [ 'ak-qx' ]
},
am: {
autonym: 'አማርኛ',
inputmethods: [ 'am-transliteration' ]