Update jquery.ime and jquery.uls from upstream

jquery.ime
* Add Chinook Wawa keyboard.
* Update Mon autonym.
Updating to
dc51208212

jquery.uls:
* Updating language-data, adding Ebira (igb),
  Nupe (nup), Petjoh (pey).
* Localization updates.
Updating to
dedb291973

Bug: T352776
Bug: T355277
Bug: T356104
Bug: T356248
Bug: T356616
Change-Id: Id828963bcc9b02b1c2aafa83b96e7c12e9b4fcf3
This commit is contained in:
Amir E. Aharoni
2024-02-17 16:13:54 -05:00
parent 9f51218bd5
commit 5050b1fff5
6 changed files with 67 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20240122 /*! jquery.ime - v0.2.0+20240217
* https://github.com/wikimedia/jquery.ime * https://github.com/wikimedia/jquery.ime
* Copyright (c) 2024 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */ * Copyright (c) 2024 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) { ( function ( $ ) {
@@ -1806,6 +1806,10 @@
name: 'ብሊን', name: 'ብሊን',
source: 'rules/byn/byn-geezim.js' source: 'rules/byn/byn-geezim.js'
}, },
'chn-tilde': {
name: 'Chinook wawa tilde',
source: 'rules/chn/chn-tilde.js'
},
'chr': { 'chr': {
name: 'Cherokee Transliteration', name: 'Cherokee Transliteration',
source: 'rules/chr/chr.js' source: 'rules/chr/chr.js'
@@ -2728,6 +2732,10 @@
autonym: 'нохчийн', autonym: 'нохчийн',
inputmethods: [ 'cyrl-palochka' ] inputmethods: [ 'cyrl-palochka' ]
}, },
chn: {
autonym: 'chinook wawa',
inputmethods: [ 'chn-tilde' ]
},
chr: { chr: {
autonym: 'ᏣᎳᎩ', autonym: 'ᏣᎳᎩ',
inputmethods: [ 'chr' ] inputmethods: [ 'chr' ]

View File

@@ -0,0 +1,27 @@
( function ( $ ) {
'use strict';
var chnTilde = {
id: 'chn-tilde',
name: 'chn-tilde',
description: 'Chinook Jargon input keyboard - tilde',
date: '2024-02-07',
URL: 'https://github.com/wikimedia/jquery.ime',
author: 'Amir E. Aharoni',
license: 'GPLv3',
version: '1.0',
patterns: [
[ '~E', 'Ə' ],
[ '~e', 'ə' ],
[ '~h', 'ʰ' ],
[ '~H', 'ʰ' ],
[ '~L', 'Ɬ' ],
[ '~l', 'ɬ' ],
[ '~X', 'X̣' ],
[ '~x', 'x̣' ],
[ '~\\?', 'ʔ' ]
]
};
$.ime.register( chnTilde );
}( jQuery ) );

View File

@@ -4,6 +4,7 @@
"Amire80", "Amire80",
"DRIHEM", "DRIHEM",
"Hhaboh162002", "Hhaboh162002",
"Lolekek",
"Meno25", "Meno25",
"ترجمان05", "ترجمان05",
"ديفيد" "ديفيد"
@@ -12,7 +13,7 @@
"uls-region-WW": "في جميع أنحاء العالم", "uls-region-WW": "في جميع أنحاء العالم",
"uls-region-SP": "الخاصة", "uls-region-SP": "الخاصة",
"uls-region-AM": "أمريكا", "uls-region-AM": "أمريكا",
"uls-region-AF": "أفريقيا", "uls-region-AF": "إفريقيا",
"uls-region-EU": "أوروبا", "uls-region-EU": "أوروبا",
"uls-region-AS": "آسيا", "uls-region-AS": "آسيا",
"uls-region-ME": "الشرق الأوسط", "uls-region-ME": "الشرق الأوسط",

View File

@@ -3,6 +3,7 @@
"authors": [ "authors": [
"Asmen", "Asmen",
"Erdemaslancan", "Erdemaslancan",
"GolyatGeri",
"Gorizon", "Gorizon",
"Gırd", "Gırd",
"Kumkumuk", "Kumkumuk",
@@ -23,5 +24,6 @@
"uls-common-languages": "Zıwanê ke estê.", "uls-common-languages": "Zıwanê ke estê.",
"uls-no-results-suggestion-title": "Belki şıma cıya eleqederi:", "uls-no-results-suggestion-title": "Belki şıma cıya eleqederi:",
"uls-search-help": ıma şenê name dê zıwaniya, skript kodiya, ISO qodiya yana mıntıqa heta cıgeyrayış bıkerê.", "uls-search-help": ıma şenê name dê zıwaniya, skript kodiya, ISO qodiya yana mıntıqa heta cıgeyrayış bıkerê.",
"uls-search-placeholder": "Yew zıwani cı geyre" "uls-search-placeholder": "Yew zıwani cı geyre",
"uls-search-placeholder-short": "Cıgeyrayış"
} }

View File

@@ -17,5 +17,6 @@
"uls-common-languages": "Lènghe suggerite", "uls-common-languages": "Lènghe suggerite",
"uls-no-results-suggestion-title": "Puè essere 'nderessate a:", "uls-no-results-suggestion-title": "Puè essere 'nderessate a:",
"uls-search-help": "Puè cercà pe nome d'a lènghe, nome d'u script, codece ISO d'a lènghe o puè navegà passanne pa reggione.", "uls-search-help": "Puè cercà pe nome d'a lènghe, nome d'u script, codece ISO d'a lènghe o puè navegà passanne pa reggione.",
"uls-search-placeholder": "Cirche 'na lènghe" "uls-search-placeholder": "Cirche 'na lènghe",
"uls-search-placeholder-short": "Cirche"
} }

View File

@@ -1963,6 +1963,13 @@
], ],
"Igbo" "Igbo"
], ],
"igb": [
"Latn",
[
"AF"
],
"Ebira"
],
"igl": [ "igl": [
"Latn", "Latn",
[ [
@@ -3307,6 +3314,13 @@
], ],
"Sesotho sa Leboa" "Sesotho sa Leboa"
], ],
"nup": [
"Latn",
[
"AF"
],
"Nupe"
],
"nus": [ "nus": [
"Latn", "Latn",
[ [
@@ -3518,6 +3532,15 @@
"pes": [ "pes": [
"fa" "fa"
], ],
"pey": [
"Latn",
[
"EU",
"PA",
"AS"
],
"Petjoh"
],
"pfl": [ "pfl": [
"Latn", "Latn",
[ [