Skip to content

fix: remove duplicate compensationRateFormats key in en/common.json - #2571

Open
dmortal wants to merge 1 commit into
mainfrom
dmortal/fix/dedupe-i18n-keys
Open

fix: remove duplicate compensationRateFormats key in en/common.json#2571
dmortal wants to merge 1 commit into
mainfrom
dmortal/fix/dedupe-i18n-keys

Conversation

@dmortal

@dmortal dmortal commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Summary

en/common.json defined compensationRateFormats four times. JSON object literals silently collapse duplicate keys to the last occurrence, so the first three copies were dead weight.

Changes

  • Removed the three redundant compensationRateFormats blocks, keeping a single definition

Testing

  • Verified no other locale's common.json has the same duplication (grep -c '"compensationRateFormats"' src/i18n/*/common.json)

JSON object literals silently collapse duplicate keys to the last
occurrence, so the first three copies were dead weight.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@dmortal
dmortal requested a review from a team as a code owner August 14, 2026 20: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