Skip to content

Update translations - #2734

Open
bc-svc-local wants to merge 1 commit into
masterfrom
LOCAL-1444-deliver-translations-2026-08-31-09-32-19
Open

Update translations#2734
bc-svc-local wants to merge 1 commit into
masterfrom
LOCAL-1444-deliver-translations-2026-08-31-09-32-19

Conversation

@bc-svc-local

@bc-svc-local bc-svc-local commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

This pull request was created automatically. Please check new translations, approve and deliver them.


Note

Low Risk
String-only changes across locale JSON files; incorrect plural syntax or unfinished translations could show wrong UI text in some languages.

Overview
Updates 17 locale files (lang/*.json) so they match new English strings already used in the theme for featured promotion callouts and semantic quick search.

Featured promotions: products.featured_promotions.more_offers is now an ICU plural string with {count} (used in promotion-callout.html as +N additional offers), replacing fixed phrases like “more offers” / “más ofertas”.

Quick search: Under search.quick_search, adds input_label_semantic and input_placeholder_semantic (natural-language hints such as “Describe what you're looking for”) for when semantic_search_enabled is on in quick-search.html, while keeping the existing keyword label and placeholder.

No application logic changes—only copy and pluralization. Worth a quick locale QA: ja plural syntax looks malformed in the diff, fr more_offers still uses English, and pl / pt semantic placeholders are still English.

Reviewed by Cursor Bugbot for commit ad7a30f. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit ad7a30f. Configure here.

Comment thread lang/de.json
"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 keywords

Medium Severity

Several locale files translate the ICU plural keyword one in more_offers into a local word such as ein, ét, una, une, or ett. ICU category names must stay in English, so the singular branch never matches and a count of 1 always uses other.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ad7a30f. Configure here.

Comment thread lang/ja.json
"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.

Malformed Japanese ICU plural syntax

High Severity

The Japanese more_offers value is not valid ICU MessageFormat. An ideographic comma replaces the required ASCII comma and the plural options are incomplete, so the featured promotions callout can fail to format or show raw template text.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ad7a30f. Configure here.

@bc-yevhenii-buliuk bc-yevhenii-buliuk left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants