From 1414007810540043c6788faa263244b8a84c0aa4 Mon Sep 17 00:00:00 2001 From: Amir Aharoni Date: Mon, 1 Mar 2021 12:39:51 +0200 Subject: [PATCH] Update jquery.ime and jquery.uls from upstream jquery.ime: * Add Nuer keyboard Updating to https://github.com/wikimedia/jquery.ime/commit/2c27ec2da3ffe10d7b73d770cc8664aa42b9567b 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 https://github.com/wikimedia/jquery.uls/commit/1bed61638bd5e46c98861e6976f3aa4ebf096bce Change-Id: I4412ccf4e1ce01718d55490a5d938e981da25a40 --- lib/jquery.ime/jquery.ime.js | 10 +++++- lib/jquery.ime/rules/nus/nus-tilde.js | 28 +++++++++++++++++ lib/jquery.uls/i18n/de-formal.json | 1 - lib/jquery.uls/i18n/kcg.json | 2 +- lib/jquery.uls/i18n/nap.json | 5 +-- lib/jquery.uls/i18n/pt-br.json | 1 + lib/jquery.uls/i18n/sl.json | 3 +- lib/jquery.uls/src/jquery.uls.data.js | 45 +++++++++++++++++++++++++-- 8 files changed, 87 insertions(+), 8 deletions(-) create mode 100644 lib/jquery.ime/rules/nus/nus-tilde.js diff --git a/lib/jquery.ime/jquery.ime.js b/lib/jquery.ime/jquery.ime.js index c15584b5..2e530ead 100644 --- a/lib/jquery.ime/jquery.ime.js +++ b/lib/jquery.ime/jquery.ime.js @@ -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' ] diff --git a/lib/jquery.ime/rules/nus/nus-tilde.js b/lib/jquery.ime/rules/nus/nus-tilde.js new file mode 100644 index 00000000..e2c6e8fc --- /dev/null +++ b/lib/jquery.ime/rules/nus/nus-tilde.js @@ -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 ) ); diff --git a/lib/jquery.uls/i18n/de-formal.json b/lib/jquery.uls/i18n/de-formal.json index adac4651..cbe0493a 100644 --- a/lib/jquery.uls/i18n/de-formal.json +++ b/lib/jquery.uls/i18n/de-formal.json @@ -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:", diff --git a/lib/jquery.uls/i18n/kcg.json b/lib/jquery.uls/i18n/kcg.json index 4db0a08a..26e0db69 100644 --- a/lib/jquery.uls/i18n/kcg.json +++ b/lib/jquery.uls/i18n/kcg.json @@ -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.", diff --git a/lib/jquery.uls/i18n/nap.json b/lib/jquery.uls/i18n/nap.json index a4102b53..9af173f9 100644 --- a/lib/jquery.uls/i18n/nap.json +++ b/lib/jquery.uls/i18n/nap.json @@ -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 dd’’o script, codece ISO dd’’a lengua o naviggà nfra ’e reggiune.", "uls-search-placeholder": "Tròva na lengua" } diff --git a/lib/jquery.uls/i18n/pt-br.json b/lib/jquery.uls/i18n/pt-br.json index 53ea396f..5af62428 100644 --- a/lib/jquery.uls/i18n/pt-br.json +++ b/lib/jquery.uls/i18n/pt-br.json @@ -4,6 +4,7 @@ "Amgauna", "Cristofer Alves", "Eduardo Addad de Oliveira", + "Eduardoaddad", "TheEduGobi", "Tuliouel", "Webysther" diff --git a/lib/jquery.uls/i18n/sl.json b/lib/jquery.uls/i18n/sl.json index cb1bbf48..da5337e1 100644 --- a/lib/jquery.uls/i18n/sl.json +++ b/lib/jquery.uls/i18n/sl.json @@ -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" } diff --git a/lib/jquery.uls/src/jquery.uls.data.js b/lib/jquery.uls/src/jquery.uls.data.js index a9ee4b1c..6f4e27b3 100644 --- a/lib/jquery.uls/src/jquery.uls.data.js +++ b/lib/jquery.uls/src/jquery.uls.data.js @@ -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]);