Update jquery.ime and jquery.uls from upstream
jquery.ime: * Update characters for the Basaa keyboard. * add ~1 rule to the Palochka layout and make it available for the Dargwa language Updating to51418055cdjquery.uls: language-data: Add the Dargwa (Dargin) language (dar) Updating to67e4d46f6aChange-Id: I6fe23100a5a4b2ad0507353d6a7cd4c5520867c0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! jquery.ime - v0.2.0+20210331
|
||||
/*! jquery.ime - v0.2.0+20210414
|
||||
* https://github.com/wikimedia/jquery.ime
|
||||
* Copyright (c) 2021 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
|
||||
( function ( $ ) {
|
||||
@@ -718,7 +718,7 @@
|
||||
$.ime.languages = {};
|
||||
|
||||
/**
|
||||
* @property {string} Relative/absolute path for the rules folder of jquery.ime
|
||||
* @property {string} Relative or absolute path for the rules folder of jquery.ime
|
||||
*/
|
||||
$.ime.path = '../';
|
||||
$.ime.textEntryFactory = TextEntryFactory.static.singleton;
|
||||
@@ -2615,6 +2615,10 @@
|
||||
autonym: 'Dagbani',
|
||||
inputmethods: [ 'dag-alt', 'dag-tilde' ]
|
||||
},
|
||||
dar: {
|
||||
autonym: 'дарган',
|
||||
inputmethods: [ 'cyrl-palochka' ]
|
||||
},
|
||||
de: {
|
||||
autonym: 'Deutsch',
|
||||
inputmethods: [ 'de-transliteration' ]
|
||||
|
||||
Reference in New Issue
Block a user