Merge pull request #8054 from peternewman/patch-8

Fix more typos
This commit is contained in:
Quincy Morgan
2020-10-06 08:33:36 -04:00
committed by GitHub
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ jobs:
with:
check_filenames: true
skip: ./.git,./data/territory_languages.json,./data/imagery.json,./data/languages.json,./data/locales.json,./data/address_formats.json,./dist/locales,./docs/img,./dist/img,./data/presets/categories.json,./data/presets/fields.json,./data/presets/presets.json,./data/presets.yaml,./data/taginfo.json,./data/deprecated.json
ignore_words_list: "auxilary,casette,cemetary,chancel,childs,files',froms,generat,guerilla,kindergarden,nd,specialties,vias,visibles,tos"
ignore_words_list: "auxilary,casette,cemetary,chancel,childs,extentions,files',froms,generat,guerilla,kindergarden,nd,specialties,vias,visibles,tos"
only_warn: 1
+1
View File
@@ -5,6 +5,7 @@
"area"
],
"terms": [
"hair extensions",
"hair extentions"
],
"tags": {
+1 -1
View File
@@ -289,7 +289,7 @@ export function coreLocalizer() {
}
// no localized string found...
// attempt to fallback to a lower-priority langauge
// attempt to fallback to a lower-priority language
let index = _localeCodes.indexOf(locale);
if (index >= 0 && index < _localeCodes.length - 1) {
// eventually this will be 'en' or another locale with 100% coverage