Update jquery.ime and jquery.uls from upstream
jquery.ime * Add Chinook Wawa keyboard. * Update Mon autonym. Updating todc51208212jquery.uls: * Updating language-data, adding Ebira (igb), Nupe (nup), Petjoh (pey). * Localization updates. Updating todedb291973Bug: T352776 Bug: T355277 Bug: T356104 Bug: T356248 Bug: T356616 Change-Id: Id828963bcc9b02b1c2aafa83b96e7c12e9b4fcf3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! jquery.ime - v0.2.0+20240122
|
||||
/*! jquery.ime - v0.2.0+20240217
|
||||
* https://github.com/wikimedia/jquery.ime
|
||||
* Copyright (c) 2024 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
|
||||
( function ( $ ) {
|
||||
@@ -1806,6 +1806,10 @@
|
||||
name: 'ብሊን',
|
||||
source: 'rules/byn/byn-geezim.js'
|
||||
},
|
||||
'chn-tilde': {
|
||||
name: 'Chinook wawa tilde',
|
||||
source: 'rules/chn/chn-tilde.js'
|
||||
},
|
||||
'chr': {
|
||||
name: 'Cherokee Transliteration',
|
||||
source: 'rules/chr/chr.js'
|
||||
@@ -2728,6 +2732,10 @@
|
||||
autonym: 'нохчийн',
|
||||
inputmethods: [ 'cyrl-palochka' ]
|
||||
},
|
||||
chn: {
|
||||
autonym: 'chinook wawa',
|
||||
inputmethods: [ 'chn-tilde' ]
|
||||
},
|
||||
chr: {
|
||||
autonym: 'ᏣᎳᎩ',
|
||||
inputmethods: [ 'chr' ]
|
||||
@@ -3025,7 +3033,7 @@
|
||||
inputmethods: [ 'mni-inscript2' ]
|
||||
},
|
||||
mnw: {
|
||||
autonym: 'ဘာသာ မန်',
|
||||
autonym: 'ဘာသာမန်',
|
||||
inputmethods: [ 'mnw-simplified-anonta' ]
|
||||
},
|
||||
mos: {
|
||||
|
||||
27
lib/jquery.ime/rules/chn/chn-tilde.js
Normal file
27
lib/jquery.ime/rules/chn/chn-tilde.js
Normal 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 ) );
|
||||
@@ -4,6 +4,7 @@
|
||||
"Amire80",
|
||||
"DRIHEM",
|
||||
"Hhaboh162002",
|
||||
"Lolekek",
|
||||
"Meno25",
|
||||
"ترجمان05",
|
||||
"ديفيد"
|
||||
@@ -12,7 +13,7 @@
|
||||
"uls-region-WW": "في جميع أنحاء العالم",
|
||||
"uls-region-SP": "الخاصة",
|
||||
"uls-region-AM": "أمريكا",
|
||||
"uls-region-AF": "أفريقيا",
|
||||
"uls-region-AF": "إفريقيا",
|
||||
"uls-region-EU": "أوروبا",
|
||||
"uls-region-AS": "آسيا",
|
||||
"uls-region-ME": "الشرق الأوسط",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"authors": [
|
||||
"Asmen",
|
||||
"Erdemaslancan",
|
||||
"GolyatGeri",
|
||||
"Gorizon",
|
||||
"Gırd",
|
||||
"Kumkumuk",
|
||||
@@ -23,5 +24,6 @@
|
||||
"uls-common-languages": "Zıwanê ke estê.",
|
||||
"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-placeholder": "Yew zıwani cı geyre"
|
||||
"uls-search-placeholder": "Yew zıwani cı geyre",
|
||||
"uls-search-placeholder-short": "Cıgeyrayış"
|
||||
}
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"uls-common-languages": "Lènghe suggerite",
|
||||
"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-placeholder": "Cirche 'na lènghe"
|
||||
"uls-search-placeholder": "Cirche 'na lènghe",
|
||||
"uls-search-placeholder-short": "Cirche"
|
||||
}
|
||||
|
||||
@@ -1963,6 +1963,13 @@
|
||||
],
|
||||
"Igbo"
|
||||
],
|
||||
"igb": [
|
||||
"Latn",
|
||||
[
|
||||
"AF"
|
||||
],
|
||||
"Ebira"
|
||||
],
|
||||
"igl": [
|
||||
"Latn",
|
||||
[
|
||||
@@ -3307,6 +3314,13 @@
|
||||
],
|
||||
"Sesotho sa Leboa"
|
||||
],
|
||||
"nup": [
|
||||
"Latn",
|
||||
[
|
||||
"AF"
|
||||
],
|
||||
"Nupe"
|
||||
],
|
||||
"nus": [
|
||||
"Latn",
|
||||
[
|
||||
@@ -3518,6 +3532,15 @@
|
||||
"pes": [
|
||||
"fa"
|
||||
],
|
||||
"pey": [
|
||||
"Latn",
|
||||
[
|
||||
"EU",
|
||||
"PA",
|
||||
"AS"
|
||||
],
|
||||
"Petjoh"
|
||||
],
|
||||
"pfl": [
|
||||
"Latn",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user