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

@@ -1,6 +1,6 @@
/*! jquery.ime - v0.2.0+20201223
/*! jquery.ime - v0.2.0+20210115
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2020 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
* Copyright (c) 2021 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) {
'use strict';
@@ -2203,6 +2203,10 @@
name: 'ट्रांस्लितेरेशन',
source: 'rules/ne/ne-transliteration.js'
},
'nia-tilde': {
name: 'Li Niha tilde',
source: 'rules/nia/nia-tilde.js'
},
'nqo-standard-qwerty': {
name: "N'Ko standard QWERTY",
source: 'rules/nqo/nqo-standard-qwerty.js'
@@ -2839,6 +2843,10 @@
autonym: 'नेपाल भाषा',
inputmethods: [ 'hi-transliteration', 'hi-inscript' ]
},
nia: {
autonym: 'li niha',
inputmethods: [ 'nia-tilde' ]
},
nn: {
autonym: 'Norsk (nynorsk)',
inputmethods: [ 'nb-normforms', 'nb-tildeforms' ]