Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lang/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "Billede kommer snart",
"featured_promotions": {
"more_offers": "flere tilbud"
"more_offers": "{count, plural, ét {flere tilbud} other {flere tilbud}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "Bild in Kürze verfügbar",
"featured_promotions": {
"more_offers": "weitere Angebote"
"more_offers": "{count, plural, ein {weiteres Angebot} other {weitere Angebote}}"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalid ICU plural category keys

Medium Severity

Several more_offers strings use translated plural selectors such as ein, ét, una, une, and ett. ICU requires English category keywords like one and other, which the rest of these locale files already use. Invalid selectors can break formatting or skip the singular branch for count of 1.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e0bd956. Configure here.

}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/es-419.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "La imagen estará disponible próximamente",
"featured_promotions": {
"more_offers": "más ofertas"
"more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spanish mistranslates offers wording

Medium Severity

Latin American Spanish locales changed more_offers from más ofertas to más posibilidades, which means “more possibilities” rather than “more offers.” That alters the featured promotions label meaning across those storefronts.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e0bd956. Configure here.

}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/es-AR.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "La imagen estará disponible próximamente",
"featured_promotions": {
"more_offers": "más ofertas"
"more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/es-CL.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "La imagen estará disponible próximamente",
"featured_promotions": {
"more_offers": "más ofertas"
"more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/es-CO.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "La imagen estará disponible próximamente",
"featured_promotions": {
"more_offers": "más ofertas"
"more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/es-LA.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "La imagen estará disponible próximamente",
"featured_promotions": {
"more_offers": "más ofertas"
"more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/es-MX.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "La imagen estará disponible próximamente",
"featured_promotions": {
"more_offers": "más ofertas"
"more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/es-PE.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "La imagen estará disponible próximamente",
"featured_promotions": {
"more_offers": "más ofertas"
"more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "Imagen próximamente",
"featured_promotions": {
"more_offers": "más ofertas"
"more_offers": "{count, plural, una {oferta más} other {más ofertas}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "Image disponible bientôt",
"featured_promotions": {
"more_offers": "plus d'offres"
"more_offers": "{count, plural, une {more offer} other {more offers}}"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

French string left in English

Medium Severity

The French more_offers update replaces the previous French copy with English more offer / more offers. French shoppers would see English text in the featured promotions callout where a localized string existed before.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e0bd956. Configure here.

}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "Immagine disponibile a breve",
"featured_promotions": {
"more_offers": "ulteriori offerte"
"more_offers": "{count, plural, one {ulteriore offerta} other {ulteriori offerte}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "画像は近日公開予定",
"featured_promotions": {
"more_offers": "その他のオファー"
"more_offers": "{count, plural、オファーが他} other { 件}}"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken Japanese plural syntax

High Severity

The Japanese more_offers value is not valid ICU syntax. It uses an ideographic comma and a mangled plural structure, so the message is unlikely to parse and the featured-promotions “more offers” label can fail to render for Japanese storefronts.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e0bd956. Configure here.

}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "Afbeelding binnenkort beschikbaar",
"featured_promotions": {
"more_offers": "meer aanbiedingen"
"more_offers": "Nog {count, plural, one {aanbieding} other {aanbiedingen}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "Bilde kommer snart",
"featured_promotions": {
"more_offers": "flere tilbud"
"more_offers": "{count, plural, ett {flere tilbud} other {flere tilbud}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "Obrazek już wkrótce",
"featured_promotions": {
"more_offers": "more offers"
"more_offers": "{count, plural, one {more offer} other {more offers}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "Imagem em breve",
"featured_promotions": {
"more_offers": "more offers"
"more_offers": "{count, plural, one {more offer} other {more offers}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "Imagem em breve",
"featured_promotions": {
"more_offers": "more offers"
"more_offers": "{count, plural, one {more offer} other {more offers}}"
}
},
"invoice": {
Expand Down
2 changes: 1 addition & 1 deletion lang/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@
},
"card_default_image_alt": "Bilden kommer snart",
"featured_promotions": {
"more_offers": "fler erbjudanden"
"more_offers": "{count, plural, ett {erbjudande till} other {erbjudanden till}}"
}
},
"invoice": {
Expand Down
Loading