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:
@@ -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' ]
|
||||
|
||||
Reference in New Issue
Block a user