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:
Abijeet
2023-10-25 16:10:26 +05:30
parent 56f585541b
commit 3cfecb4ece
2 changed files with 2 additions and 33 deletions

View File

@@ -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 ) );