Update jquery.ime from upstream

* Add Ewe tilde input method.
* Fixes for the Fon tilde input method.

Updating to
3cd08addeb

Change-Id: Ic94221e7334cfa700158ff184710fde19b7d329c
This commit is contained in:
Amir Aharoni
2018-12-08 18:15:15 +02:00
parent ec3241f5ea
commit efae824f31
3 changed files with 53 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20181203
/*! jquery.ime - v0.2.0+20181208
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2018 Santhosh Thottingal; License: (GPL-2.0+ OR MIT) */
( function ( $ ) {
@@ -1996,6 +1996,10 @@
name: 'Deutsch Tilde',
source: 'rules/de/de-transliteration.js'
},
'ee-tilde': {
name: 'Ewe Tilde',
source: 'rules/ee/ee-tilde.js'
},
'el-kbd': {
name: 'Τυπική πληκτρολόγιο',
source: 'rules/el/el-kbd.js'
@@ -2543,6 +2547,10 @@
autonym: 'English',
inputmethods: [ 'ipa-sil', 'ipa-x-sampa' ]
},
ee: {
autonym: ʋegbe',
inputmethods: [ 'ee-tilde' ]
},
el: {
autonym: 'Ελληνικά',
inputmethods: [ 'el-kbd' ]