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
e00b689399

Updating jquery.uls to
db3a8b3703

Bug: T212075
Change-Id: I47737da480334986e6fdde9e930242b8e05f64c1
This commit is contained in:
Amir Aharoni
2018-12-16 18:54:46 +02:00
committed by jenkins-bot
parent 1961ec1766
commit 6c9f718058
3 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
"Bloomaround" "Bloomaround"
] ]
}, },
"uls-region-WW": "ⲧⲏⲣⲙⲁⲓ", "uls-region-WW": "ⲡⲓⲑⲟ ⲧⲏⲣϥ",
"uls-region-AM": "ⲁⲙⲉⲣⲓⲕⲏ", "uls-region-AM": "ⲁⲙⲉⲣⲓⲕⲏ",
"uls-region-AF": "ⲁⲫⲣⲓⲕⲏ", "uls-region-AF": "ⲁⲫⲣⲓⲕⲏ",
"uls-region-EU": "ⲉⲩⲣⲱⲡⲏ", "uls-region-EU": "ⲉⲩⲣⲱⲡⲏ",
@@ -15,6 +15,6 @@
"uls-region-all": "ⲁⲥⲡⲓ ⲛⲓⲃⲉⲛ", "uls-region-all": "ⲁⲥⲡⲓ ⲛⲓⲃⲉⲛ",
"uls-no-results-found": "ⲁⲩϫⲓⲙⲓ ⲁⲛ ⲛⲓⲁⲡⲟⲧⲉⲗⲉⲥⲙⲁ", "uls-no-results-found": "ⲁⲩϫⲓⲙⲓ ⲁⲛ ⲛⲓⲁⲡⲟⲧⲉⲗⲉⲥⲙⲁ",
"uls-common-languages": "ⲛⲓⲁⲥⲡⲓ ⲁⲩϯⲙⲉⲩⲓ", "uls-common-languages": "ⲛⲓⲁⲥⲡⲓ ⲁⲩϯⲙⲉⲩⲓ",
"uls-search-help": "ⲧⲉⲧⲉⲛϫⲉⲙϫⲟⲙ ϫⲉⲙⲣⲁⲧ ϩⲉⲛ `ⲫⲣⲁⲛ ⲛⲧⲉ ⲁⲥⲡⲓ, `ⲫⲣⲁⲛ ⲛⲧⲉ ⲓⲟⲡⲓⲥϧⲁⲓ , ISO ⲕⲱⲇⲓⲕⲟⲥ ⲛⲧⲉ ⲁⲥⲡⲓ ⲓⲉ ⲧⲉⲧⲉⲛϫⲉⲙϫⲟⲙ ⲥⲓⲛⲓ ϧⲁⲧⲉⲛⲙⲁⲛⲧⲉϭⲁ.", "uls-search-help": "ⲧⲉⲧⲉⲛϫⲉⲙϫⲟⲙ ϫⲉⲙⲣⲁⲧ ϩⲉⲛ ⲡⲓⲣⲁⲛ ⲛⲧⲉ ⲟⲩⲁⲥⲡⲓ, ⲡⲓⲣⲁⲛ ⲛⲧⲉ ⲟⲩⲙⲉⲧⲥϦⲁⲓ, ⲟⲩϣⲓϥⲣ `ⲛISO ⲛⲧⲉ ⲁⲥⲡⲓ ⲓⲉ ⲧⲉⲧⲉⲛϫⲉⲙϫⲟⲙ ⲥⲓⲛⲓ ϧⲁⲧⲉⲛⲟⲩⲭⲱⲣⲁ",
"uls-search-placeholder": "ϫⲉⲙⲣⲁⲧⲕ `ⲛⲟⲩⲁⲥⲡⲓ" "uls-search-placeholder": "ϫⲉⲙⲣⲁⲧⲕ `ⲛⲟⲩⲁⲥⲡⲓ"
} }

View File

@@ -4,7 +4,7 @@
"LeGuyanaisPure" "LeGuyanaisPure"
] ]
}, },
"uls-region-WW": "Annan monn antché-a", "uls-region-WW": "Annan monn antché",
"uls-region-SP": "Èspésyal", "uls-region-SP": "Èspésyal",
"uls-region-AM": "Lanmérik", "uls-region-AM": "Lanmérik",
"uls-region-AF": "Lafrik", "uls-region-AF": "Lafrik",

View File

@@ -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 * 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 * @param {string} fontFamily
* @return {boolean} Whether the given fontFamily is overridable or not. * @return {boolean} Whether the given fontFamily is overridable or not.
*/ */