From 6c9f71805828a6cf96b2a6625c46f7e8d619bd0f Mon Sep 17 00:00:00 2001 From: Amir Aharoni Date: Sun, 16 Dec 2018 18:54:46 +0200 Subject: [PATCH] Update jquery.webfonts and jquery.uls from upstream * Minor spelling corrections in jquery.webfonts code. * Localisation updates for cop and gcr in jquery.uls. Updating jquery.webfonts to https://github.com/wikimedia/jquery.webfonts/commit/e00b6893999127be7530bb0122f2a6013ac10f88 Updating jquery.uls to https://github.com/wikimedia/jquery.uls/commit/db3a8b3703b8d56a9528f5ac1a634875b882f023 Bug: T212075 Change-Id: I47737da480334986e6fdde9e930242b8e05f64c1 --- lib/jquery.uls/i18n/cop.json | 4 ++-- lib/jquery.uls/i18n/gcr.json | 2 +- lib/jquery.webfonts/src/jquery.webfonts.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/jquery.uls/i18n/cop.json b/lib/jquery.uls/i18n/cop.json index a6b8361a..545315c0 100644 --- a/lib/jquery.uls/i18n/cop.json +++ b/lib/jquery.uls/i18n/cop.json @@ -5,7 +5,7 @@ "Bloomaround" ] }, - "uls-region-WW": "ⲧⲏⲣⲙⲁⲓ", + "uls-region-WW": "ⲡⲓⲑⲟ ⲧⲏⲣϥ", "uls-region-AM": "ⲁⲙⲉⲣⲓⲕⲏ", "uls-region-AF": "ⲁⲫⲣⲓⲕⲏ", "uls-region-EU": "ⲉⲩⲣⲱⲡⲏ", @@ -15,6 +15,6 @@ "uls-region-all": "ⲁⲥⲡⲓ ⲛⲓⲃⲉⲛ", "uls-no-results-found": "ⲁⲩϫⲓⲙⲓ ⲁⲛ ⲛⲓⲁⲡⲟⲧⲉⲗⲉⲥⲙⲁ", "uls-common-languages": "ⲛⲓⲁⲥⲡⲓ ⲁⲩϯⲙⲉⲩⲓ", - "uls-search-help": "ⲧⲉⲧⲉⲛϫⲉⲙϫⲟⲙ ϫⲉⲙⲣⲁⲧ ϩⲉⲛ `ⲫⲣⲁⲛ ⲛⲧⲉ ⲁⲥⲡⲓ, `ⲫⲣⲁⲛ ⲛⲧⲉ ⲓⲟⲡⲓⲥϧⲁⲓ , ISO ⲕⲱⲇⲓⲕⲟⲥ ⲛⲧⲉ ⲁⲥⲡⲓ ⲓⲉ ⲧⲉⲧⲉⲛϫⲉⲙϫⲟⲙ ⲥⲓⲛⲓ ϧⲁⲧⲉⲛⲙⲁⲛⲧⲉϭⲁ.", + "uls-search-help": "ⲧⲉⲧⲉⲛϫⲉⲙϫⲟⲙ ⲉϫⲉⲙⲣⲁⲧ ϩⲉⲛ ⲡⲓⲣⲁⲛ ⲛⲧⲉ ⲟⲩⲁⲥⲡⲓ, ⲡⲓⲣⲁⲛ ⲛⲧⲉ ⲟⲩⲙⲉⲧⲥϦⲁⲓ, ⲟⲩϣⲓϥⲣ `ⲛISO ⲛⲧⲉ ⲁⲥⲡⲓ ⲓⲉ ⲧⲉⲧⲉⲛϫⲉⲙϫⲟⲙ ⲉⲥⲓⲛⲓ ϧⲁⲧⲉⲛⲟⲩⲭⲱⲣⲁ", "uls-search-placeholder": "ϫⲉⲙⲣⲁⲧⲕ `ⲛⲟⲩⲁⲥⲡⲓ" } diff --git a/lib/jquery.uls/i18n/gcr.json b/lib/jquery.uls/i18n/gcr.json index 596c2b3a..c9c2b8f5 100644 --- a/lib/jquery.uls/i18n/gcr.json +++ b/lib/jquery.uls/i18n/gcr.json @@ -4,7 +4,7 @@ "LeGuyanaisPure" ] }, - "uls-region-WW": "Annan monn antché-a", + "uls-region-WW": "Annan monn antché", "uls-region-SP": "Èspésyal", "uls-region-AM": "Lanmérik", "uls-region-AF": "Lafrik", diff --git a/lib/jquery.webfonts/src/jquery.webfonts.js b/lib/jquery.webfonts/src/jquery.webfonts.js index b85631ee..a28ca39d 100644 --- a/lib/jquery.webfonts/src/jquery.webfonts.js +++ b/lib/jquery.webfonts/src/jquery.webfonts.js @@ -293,9 +293,9 @@ }, /** - * Check whether the give font family is overridable or not. jquey.webfonts + * Check whether the given font family is overridable or not. jquery.webfonts * by default does not override any font-family styles other than generic - * font family styles(See hasExplicitFontStyle method) + * font family styles (see hasExplicitFontStyle method). * @param {string} fontFamily * @return {boolean} Whether the given fontFamily is overridable or not. */