Skip to content

Commit

Permalink
core(seo): support spanish in link-text audit (#7547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markel authored and paulirish committed Apr 16, 2019
1 parent c9668d7 commit 206a649
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lighthouse-core/audits/seo/link-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,25 @@ const BLOCKLIST = new Set([
'続きを読む',
'続く',
'全文表示',
// Spanish
'click aquí',
'click aqui',
'clicka aquí',
'clicka aqui',
'pincha aquí',
'pincha aqui',
'aquí',
'aqui',
'más',
'mas',
'más información',
'más informacion',
'mas información',
'mas informacion',
'este',
'enlace',
'este enlace',
'empezar',
]);
const i18n = require('../../lib/i18n/i18n.js');

Expand Down

0 comments on commit 206a649

Please sign in to comment.