Skip to content

chore: sync react localization from platform-localization#278

Closed
platform-localization-pr-bot[bot] wants to merge 1 commit into
mainfrom
chore/localization-sync-react-20260707-4fa6992
Closed

chore: sync react localization from platform-localization#278
platform-localization-pr-bot[bot] wants to merge 1 commit into
mainfrom
chore/localization-sync-react-20260707-4fa6992

Conversation

@platform-localization-pr-bot

@platform-localization-pr-bot platform-localization-pr-bot Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Automated localization sync from platform-localization.

  • Platform: React
  • Source ref: 4fa6992cc909a1115d57ce53d4f0af76ef230692
  • Workflow: Distribute React Localization

Greptile Summary

This automated localization sync removes two duplicate keys (noLanguageSearchResults and languageSearchAriaLabel) from packages/ui/src/i18n/locales/en.json. Both keys still exist at their original positions near the top of the file, so no string references are broken.

  • Duplicate JSON keys were present at two locations in en.json; the second occurrences (around line 43-45) have been removed, leaving the canonical entries at lines 4-5 intact.
  • No components should be affected since the key names and values remain unchanged in the file.

Confidence Score: 5/5

Safe to merge — removes duplicate JSON keys while preserving the canonical entries, with no functional impact on any consuming component.

The change is minimal and mechanical: two keys that appeared twice in the locale file now appear only once. The values and the primary key positions are unchanged, so any component that looks up these translation strings will continue to work as before.

No files require special attention.

Important Files Changed

Filename Overview
packages/ui/src/i18n/locales/en.json Removes duplicate entries for noLanguageSearchResults and languageSearchAriaLabel; both keys remain valid at their original positions near the top of the file.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[platform-localization repo\nref: 4fa6992c] -->|Distribute React Localization workflow| B[Sync bot generates PR]
    B --> C[en.json updated]
    C --> D{Duplicate keys?}
    D -->|noLanguageSearchResults\nlanguageSearchAriaLabel| E[Remove second occurrence\naround line 43-45]
    D -->|All other keys| F[No change]
    E --> G[Keys remain at lines 4-5\nin final en.json]
    F --> G
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[platform-localization repo\nref: 4fa6992c] -->|Distribute React Localization workflow| B[Sync bot generates PR]
    B --> C[en.json updated]
    C --> D{Duplicate keys?}
    D -->|noLanguageSearchResults\nlanguageSearchAriaLabel| E[Remove second occurrence\naround line 43-45]
    D -->|All other keys| F[No change]
    E --> G[Keys remain at lines 4-5\nin final en.json]
    F --> G
Loading

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

@changeset-bot

changeset-bot Bot commented Jul 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 077caa3

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

@camrun91 camrun91 closed this Jul 7, 2026
@camrun91 camrun91 deleted the chore/localization-sync-react-20260707-4fa6992 branch July 7, 2026 16:45
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.

1 participant