Skip to content

Commit

Permalink
core(link-text): add tamil keywords to blocklist (#15152)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaiyan-dev committed Jun 29, 2023
1 parent ac3b444 commit c0de78d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions core/audits/seo/link-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ const BLOCKLIST = new Set([
'mer',
'mer info',
'mer information',
// Tamil
'அடுத்த பக்கம்',
'மறுபக்கம்',
'முந்தைய பக்கம்',
'முன்பக்கம்',
'மேலும் அறிக',
'மேலும் தகவலுக்கு',
'மேலும் தரவுகளுக்கு',
'தயவுசெய்து இங்கே அழுத்தவும்',
'இங்கே கிளிக் செய்யவும்',
]);

const UIStrings = {
Expand Down

0 comments on commit c0de78d

Please sign in to comment.