Disable article addition in lint script
This commit is contained in:
parent
cc55c239b7
commit
1596e23ac6
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ function addArticleToPresets(layerConfig: {presets?: {title: any}[]}){
|
|||
if(txt.startsWith(article+" ")){
|
||||
return txt;
|
||||
}
|
||||
if(txt.startsWith("an ")){
|
||||
return txt;
|
||||
}
|
||||
return article +" " + txt.toLowerCase();
|
||||
})
|
||||
.translations
|
||||
|
|
Loading…
Reference in a new issue