Update jquery.ime and uls from upstream
ime: * Add Efik tilde keyboard. Updating to17e579a871uls: * Update Efik autonym. * Localization updates. Updating to6fc0e736d9Change-Id: I01974dff80117b0e03a5de94786a28eb6a9e587f
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/*! jquery.ime - v0.2.0+20220413
|
/*! jquery.ime - v0.2.0+20220523
|
||||||
* https://github.com/wikimedia/jquery.ime
|
* https://github.com/wikimedia/jquery.ime
|
||||||
* Copyright (c) 2022 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
|
* Copyright (c) 2022 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
|
||||||
( function ( $ ) {
|
( function ( $ ) {
|
||||||
@@ -1842,6 +1842,10 @@
|
|||||||
name: 'Ewe Tilde',
|
name: 'Ewe Tilde',
|
||||||
source: 'rules/ee/ee-tilde.js'
|
source: 'rules/ee/ee-tilde.js'
|
||||||
},
|
},
|
||||||
|
'efi-tilde': {
|
||||||
|
name: 'Efik - tilde',
|
||||||
|
source: 'rules/efi/efi-tilde.js'
|
||||||
|
},
|
||||||
'el-kbd': {
|
'el-kbd': {
|
||||||
name: 'Τυπική πληκτρολόγιο',
|
name: 'Τυπική πληκτρολόγιο',
|
||||||
source: 'rules/el/el-kbd.js'
|
source: 'rules/el/el-kbd.js'
|
||||||
@@ -2684,6 +2688,10 @@
|
|||||||
autonym: 'Èʋegbe',
|
autonym: 'Èʋegbe',
|
||||||
inputmethods: [ 'ee-tilde' ]
|
inputmethods: [ 'ee-tilde' ]
|
||||||
},
|
},
|
||||||
|
efi: {
|
||||||
|
autonym: 'efịk',
|
||||||
|
inputmethods: [ 'efi-tilde' ]
|
||||||
|
},
|
||||||
el: {
|
el: {
|
||||||
autonym: 'Ελληνικά',
|
autonym: 'Ελληνικά',
|
||||||
inputmethods: [ 'el-kbd' ]
|
inputmethods: [ 'el-kbd' ]
|
||||||
|
|||||||
30
lib/jquery.ime/rules/efi/efi-tilde.js
Normal file
30
lib/jquery.ime/rules/efi/efi-tilde.js
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
( function ( $ ) {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
var efiTilde = {
|
||||||
|
id: 'efi-tilde',
|
||||||
|
name: 'efi-tilde',
|
||||||
|
description: 'Efik input keyboard',
|
||||||
|
date: '2022-05-23',
|
||||||
|
URL: 'https://github.com/wikimedia/jquery.ime',
|
||||||
|
author: 'Amir E. Aharoni',
|
||||||
|
license: 'GPLv3',
|
||||||
|
version: '1.0',
|
||||||
|
patterns: [
|
||||||
|
[ '~E', 'Ẹ' ],
|
||||||
|
[ '~e', 'ẹ' ],
|
||||||
|
[ '~I', 'Ị' ],
|
||||||
|
[ '~i', 'ị' ],
|
||||||
|
[ '~N', 'N̄' ],
|
||||||
|
[ '~n', 'n̄' ],
|
||||||
|
[ '~O', 'Ọ' ],
|
||||||
|
[ '~o', 'ọ' ],
|
||||||
|
[ '~U', 'Ụ' ],
|
||||||
|
[ '~u', 'ụ' ],
|
||||||
|
[ '~\\\\', '\u0300' ], // Combining grave
|
||||||
|
[ '~/', '\u0301' ] // Combining acute
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
|
$.ime.register( efiTilde );
|
||||||
|
}( jQuery ) );
|
||||||
11
lib/jquery.uls/i18n/sms.json
Normal file
11
lib/jquery.uls/i18n/sms.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
"Yupik"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uls-region-all": "Puk ǩiõl",
|
||||||
|
"uls-no-results-found": "Ni mâiʹd ij käunnʼjam",
|
||||||
|
"uls-common-languages": "Eʹtǩǩuum ǩiõl",
|
||||||
|
"uls-search-placeholder": "Ooʒʒ ǩiõl"
|
||||||
|
}
|
||||||
@@ -1063,7 +1063,7 @@
|
|||||||
[
|
[
|
||||||
"AF"
|
"AF"
|
||||||
],
|
],
|
||||||
"efik"
|
"efịk"
|
||||||
],
|
],
|
||||||
"egl": [
|
"egl": [
|
||||||
"Latn",
|
"Latn",
|
||||||
|
|||||||
Reference in New Issue
Block a user