mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
@@ -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
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"hair extensions",
|
||||
"hair extentions"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user