Skip to content

chore: sync react localization from platform-localization#271

Merged
cameronapak merged 1 commit into
mainfrom
chore/localization-sync-react-20260624-3d2a448
Jun 24, 2026
Merged

chore: sync react localization from platform-localization#271
cameronapak merged 1 commit into
mainfrom
chore/localization-sync-react-20260624-3d2a448

Conversation

@platform-localization-pr-bot

@platform-localization-pr-bot platform-localization-pr-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Automated localization sync from platform-localization.

  • Platform: React
  • Source ref: 3d2a4485cc94370844d45687460017ebef829707
  • Workflow: Distribute React Localization

Greptile Summary

This PR syncs English React localization strings from the localization source. The main changes are:

  • Adds a message for empty language search results.
  • Adds an accessible label for language search.

Confidence Score: 5/5

Safe to merge; the change is limited to English localization strings.

The diff only updates a locale JSON file with additive text entries and no executable code changes.

T-Rex T-Rex Logs

What T-Rex did

  • T-Rex verified the pre-sync check by reviewing the base checkout, the script body, and the JSON.parse results, confirming that the requested keys were absent and the contractResult was FAIL.
  • T-Rex verified the post-sync state by reviewing the head checkout, the script body, the JSON.parse results, and the language search results, noting noLanguageSearchResults, exactMatch=true, a languageSearchAriaLabel actual value of "Search languages" versus expected "Search languages.", and contractResult=FAIL.
  • T-Rex created an artifact that captures these checks for external review.

View all artifacts

T-Rex Ran code and verified through T-Rex

Comments Outside Diff (1)

  1. General comment

    P1 English locale sync has wrong languageSearchAriaLabel value

    • Bug
      • The head locale resource exposes languageSearchAriaLabel, but its value is "Search languages" while the required synced platform-localization contract expects "Search languages." including the trailing period. The executable locale-resource check therefore fails on head even though the JSON remains parseable and noLanguageSearchResults matches exactly.
    • Cause
      • packages/ui/src/i18n/locales/en.json line 5 added languageSearchAriaLabel without the required trailing period.
    • Fix
      • Change packages/ui/src/i18n/locales/en.json languageSearchAriaLabel to "Search languages." and rerun the locale-resource check.

    T-Rex Ran code and verified through T-Rex

Reviews (1): Last reviewed commit: "chore: sync react localization" | Re-trigger Greptile

@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b99ffe7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cameronapak cameronapak merged commit fbbfc66 into main Jun 24, 2026
6 checks passed
@cameronapak cameronapak deleted the chore/localization-sync-react-20260624-3d2a448 branch June 24, 2026 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants