Update jquery.ime and jquery.uls from upstream

jquery.ime:
* Add Nuer keyboard

Updating to
2c27ec2da3

jquery.uls
* Localization updates: de-formal, kcg, nap, pt-br, sl
* language-data updates:
** Add languages nus, rhg, rmc
** Add variants pap-aw, tly-cyrl
** Update Talysh (tly) autonym (see I552e07967 for details)
** Add Rohingya Hanifi script

Updating to
1bed61638b

Change-Id: I4412ccf4e1ce01718d55490a5d938e981da25a40
This commit is contained in:
Amir Aharoni
2021-03-01 12:39:51 +02:00
parent bb815d5d0d
commit 1414007810
8 changed files with 87 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20210115
/*! jquery.ime - v0.2.0+20210301
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2021 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) {
@@ -2219,6 +2219,10 @@
name: 'Sesotho sa Leboa tilde',
source: 'rules/nso/nso-tilde.js'
},
'nus-tilde': {
name: 'Thok Naath tilde',
source: 'rules/nus/nus-tilde.js'
},
'or-inscript': {
name: 'ଇନସ୍କ୍ରିପ୍ଟ',
source: 'rules/or/or-inscript.js'
@@ -2859,6 +2863,10 @@
autonym: 'Sesotho sa Leboa',
inputmethods: [ 'nso-tilde' ]
},
nus: {
autonym: 'Thok Naath',
inputmethods: [ 'nus-tilde' ]
},
or: {
autonym: 'ଓଡ଼ିଆ',
inputmethods: [ 'or-phonetic', 'or-transliteration', 'or-inscript', 'or-inscript2', 'or-lekhani', 'or-OdiScript' ]

View File

@@ -0,0 +1,28 @@
( function ( $ ) {
'use strict';
var nusTilde = {
id: 'nus-tilde',
name: 'nus-tilde',
description: 'Nuer input keyboard',
date: '2021-01-18',
URL: 'https://github.com/wikimedia/jquery.ime',
author: 'Amir E. Aharoni',
license: 'GPLv3',
version: '1.0',
patterns: [
[ '~E', 'Ɛ' ],
[ '~e', 'ɛ' ],
[ '~G', 'Ɣ' ],
[ '~g', 'ɣ' ],
[ '~N', 'Ŋ' ],
[ '~n', 'ŋ' ],
[ '~O', 'Ɔ' ],
[ '~o', 'ɔ' ],
[ '~:', '\u0308' ], // Combining diaeresis
[ '~_', '\u0331' ] // Combining macron below
]
};
$.ime.register( nusTilde );
}( jQuery ) );

View File

@@ -5,7 +5,6 @@
"Purodha"
]
},
"uls-select-language": "Wählen Sie eine Sprache",
"uls-region-SP": "Extras - kein Schprohche",
"uls-no-results-suggestion-title": "Dies könnte Sie interessieren:",
"uls-search-help": "Sie können nach dem Namen der Sprache suchen, dem Namen der Schrift, dem ISO-Code der Sprache oder aber die Suche über eine Region durchführen:",

View File

@@ -14,7 +14,7 @@
"uls-region-ME": "A̱tyia̱ka̱u A̱tyin",
"uls-region-PA": "Pa̱si̱fi̱k",
"uls-region-all": "A̱mgba̱m lilyem",
"uls-no-results-found": "Á̱ sang kpangti̱n",
"uls-no-results-found": "Á̱ sang záng",
"uls-common-languages": "Nwuat shim lilyem",
"uls-no-results-suggestion-title": "A bye cat:",
"uls-search-help": "A maai zop di̱n vak a̱lyoot a̱lyem, a̱lyoot lyuut, zwunzwuo ISO si̱ a̱lyem ke a maai nyia̱ brauzin di̱n vak fam a̱byin.",

View File

@@ -2,7 +2,8 @@
"@metadata": {
"authors": [
"C.R.",
"Chelin"
"Chelin",
"Ruthven"
]
},
"uls-region-WW": "Munno intero",
@@ -17,6 +18,6 @@
"uls-no-results-found": "Nisciuno risultato",
"uls-common-languages": "Llèngue suggerite",
"uls-no-results-suggestion-title": "Puo essere interessato a:",
"uls-search-help": "Puo cerca ppe nomme, nomme ddo script, codece ISO dda lengua o navigga tra e reggione.",
"uls-search-help": "Puo cercà pe nomme, nomme ddo script, codece ISO dda lengua o naviggà nfra e reggiune.",
"uls-search-placeholder": "Tròva na lengua"
}

View File

@@ -4,6 +4,7 @@
"Amgauna",
"Cristofer Alves",
"Eduardo Addad de Oliveira",
"Eduardoaddad",
"TheEduGobi",
"Tuliouel",
"Webysther"

View File

@@ -3,6 +3,7 @@
"authors": [
"Amire80",
"Dbc334",
"Eleassar",
"Irena Plahuta",
"Mateju"
]
@@ -20,5 +21,5 @@
"uls-common-languages": "Predlagani jeziki",
"uls-no-results-suggestion-title": "Morda vas zanima:",
"uls-search-help": "Iščete lahko po imenu jezika, imenu pisave, jezikovni kodi ISO ali po področju.",
"uls-search-placeholder": "Poiščite jezik"
"uls-search-placeholder": "Poišči jezik"
}

View File

@@ -2790,6 +2790,13 @@ module.exports=( function ( $ ) {
],
"Sesotho sa Leboa"
],
"nus": [
"Latn",
[
"AF"
],
"Thok Naath"
],
"nv": [
"Latn",
[
@@ -2914,6 +2921,13 @@ module.exports=( function ( $ ) {
],
"Papiamentu"
],
"pap-aw": [
"Latn",
[
"AM"
],
"Papiamento"
],
"pbb": [
"Latn",
[
@@ -3128,6 +3142,13 @@ module.exports=( function ( $ ) {
],
"Rumagnôl"
],
"rhg": [
"Rohg",
[
"AS"
],
"𐴌𐴟𐴇𐴥𐴝𐴚𐴒𐴙𐴝"
],
"rif": [
"Latn",
[
@@ -3149,6 +3170,13 @@ module.exports=( function ( $ ) {
],
"rumantsch"
],
"rmc": [
"Latn",
[
"EU"
],
"romaňi čhib"
],
"rmf": [
"Latn",
[
@@ -3788,13 +3816,22 @@ module.exports=( function ( $ ) {
"Tagalog"
],
"tly": [
"Latn",
[
"EU",
"AS",
"ME"
],
"tolışi"
],
"tly-cyrl": [
"Cyrl",
[
"EU",
"AS",
"ME"
],
"толышә зывон"
"толыши"
],
"tmr": [
"Hebr",
@@ -4344,6 +4381,7 @@ module.exports=( function ( $ ) {
"Mtei",
"Olck",
"Orya",
"Rohg",
"Saur",
"Sinh",
"Sylo",
@@ -4394,6 +4432,7 @@ module.exports=( function ( $ ) {
"Hebr",
"Syrc",
"Nkoo",
"Rohg",
"Thaa"
],
"regiongroups": {
@@ -5755,7 +5794,8 @@ module.exports=( function ( $ ) {
],
"SS": [
"ar",
"en"
"en",
"nus"
],
"ST": [
"pt"
@@ -6011,5 +6051,6 @@ module.exports=( function ( $ ) {
]
}
}
} ( jQuery ) );
},{}]},{},[1]);