Update jquery.ime and jquery.uls from upstream

jquery.ime
* Add Esan keyboard
Updating to
dffaad798a

jquery.uls
* Localization updates
Updating to
9b4ee4c2d3

Change-Id: Id43d1166144a55ead02aa831b620bd2c158416c0
This commit is contained in:
Amir E. Aharoni
2022-08-05 16:02:01 +03:00
parent cfed478bb9
commit e24b31457b
4 changed files with 53 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
( function ( $ ) {
'use strict';
var ishTilde = {
id: 'ish-tilde',
name: 'ish-tilde',
description: 'Esan input keyboard - tilde',
date: '2022-08-01',
URL: 'https://github.com/wikimedia/jquery.ime',
author: 'Amir E. Aharoni',
license: 'GPLv3',
version: '1.0',
patterns: [
[ '~E', 'Ẹ' ],
[ '~e', 'ẹ' ],
[ '~O', 'Ọ' ],
[ '~o', 'ọ' ]
]
};
$.ime.register( ishTilde );
}( jQuery ) );