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 keywords

Medium Severity

Several locales use translated plural categories (ein, una, une, ét, ett) in more_offers instead of ICU keywords like one. Elsewhere in these files, plurals correctly use one/other. The singular branch never matches, so count 1 (two promotions) always falls through to other.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit fae1367. 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.

Wrong Spanish offers translation

Medium Severity

Latin American Spanish locales changed más ofertas to más posibilidades, which means “more possibilities,” not “more offers.” es.json still uses oferta/ofertas, so these variants now show the wrong meaning in promotion callouts.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit fae1367. 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

more_offers in fr.json previously said plus d'offres, but the update uses English more offer / more offers. French storefronts will show English copy for this featured-promotions label.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit fae1367. 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 new more_offers value in ja.json is not valid ICU MessageFormat. It uses an ideographic comma, drops the plural categories, and has malformed braces, so formatting can fail or show a broken string instead of the previous working Japanese text.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit fae1367. 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