Update jquery.ime from upstream
* Remove Akan as a language and unify related code
Updating to
0baa262cc6
Previous commit: I23a2ed7cf0812fc8b192b4cc6c766e34a9d1a7e7
Bug: T347847
Change-Id: Ia084f0ad368088637d8aad3c0fd07c549e13aff3
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
|
||||
var nziTilde = {
|
||||
id: 'nzi-tilde',
|
||||
name: 'Nzema tilde',
|
||||
description: 'Nzema tilde',
|
||||
date: '2022-12-07',
|
||||
URL: 'https://github.com/wikimedia/jquery.ime',
|
||||
author: 'Amir E. Aharoni',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
maxKeyLength: 2,
|
||||
patterns: [
|
||||
[ '~E', 'Ɛ' ],
|
||||
[ '~e', 'ɛ' ],
|
||||
[ '~O', 'Ɔ' ],
|
||||
[ '~o', 'ɔ' ]
|
||||
]
|
||||
};
|
||||
|
||||
$.ime.register( nziTilde );
|
||||
}( jQuery ) );
|
||||
Reference in New Issue
Block a user