Restock detection - Update stock-not-in-stock.js strings (#2032)

experimental-fetcher-broken-override
dextouu 2023-12-05 09:14:40 +01:00 zatwierdzone przez GitHub
rodzic 824748df9e
commit 792fedb8bc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -40,6 +40,7 @@ function isItemInStock() {
'out-of-stock',
'produkt niedostępny',
'sold out',
'sold-out',
'temporarily out of stock',
'temporarily unavailable',
'tickets unavailable',
@ -111,4 +112,4 @@ function isItemInStock() {
}
// returns the element text that makes it think it's out of stock
return isItemInStock();
return isItemInStock();