Restock detector - Update texts (#3234)

pull/3235/head
dgtlmoon 2025-06-04 09:42:41 +02:00 zatwierdzone przez GitHub
rodzic 47eb874f47
commit d6427d823f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -18,6 +18,7 @@ async () => {
'back-order or out of stock', 'back-order or out of stock',
'backordered', 'backordered',
'benachrichtigt mich', // notify me 'benachrichtigt mich', // notify me
'binnenkort leverbaar', // coming soon
'brak na stanie', 'brak na stanie',
'brak w magazynie', 'brak w magazynie',
'coming soon', 'coming soon',
@ -85,6 +86,7 @@ async () => {
'tidak tersedia', 'tidak tersedia',
'tijdelijk uitverkocht', 'tijdelijk uitverkocht',
'tiket tidak tersedia', 'tiket tidak tersedia',
'to subscribe to back in stock',
'tükendi', 'tükendi',
'unavailable nearby', 'unavailable nearby',
'unavailable tickets', 'unavailable tickets',
@ -119,8 +121,7 @@ async () => {
return text.toLowerCase().trim(); return text.toLowerCase().trim();
} }
const negateOutOfStockRegex = new RegExp('^([0-9] in stock|add to cart|in stock)', 'ig'); const negateOutOfStockRegex = new RegExp('^([0-9] in stock|add to cart|in stock|arrives approximately)', 'ig');
// The out-of-stock or in-stock-text is generally always above-the-fold // The out-of-stock or in-stock-text is generally always above-the-fold
// and often below-the-fold is a list of related products that may or may not contain trigger text // and often below-the-fold is a list of related products that may or may not contain trigger text
// so it's good to filter to just the 'above the fold' elements // so it's good to filter to just the 'above the fold' elements