Update jquery.ime from upstream

Add Nias tilde keyboard.

Updating to
4fe35290e1

Change-Id: Id91e2040c226330fad247fa9a595da5ffa1e54b9
This commit is contained in:
Amir Aharoni
2021-01-15 16:14:58 +02:00
parent e086cf7f92
commit 7559bc51d1
2 changed files with 32 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
( function ( $ ) {
'use strict';
var niaTilde = {
id: 'nia-tilde',
name: 'nia-tilde',
description: 'Nias tilde keyboard',
date: '2021-01-13',
URL: 'https://github.com/wikimedia/jquery.ime',
author: 'Amir E. Aharoni',
license: 'GPLv3',
version: '1',
patterns: [
[ '~O', 'Ö' ],
[ '~o', 'ö' ],
[ '~W', 'Ŵ' ],
[ '~w', 'ŵ' ]
]
};
$.ime.register( niaTilde );
}( jQuery ) );