Skip to content

chore: remove unused vaultPanel.protocol/shares translation keys - #677

Open
royalTreasure wants to merge 1 commit into
drydocs:mainfrom
royalTreasure:chore/649-remove-unused-vaultpanel-i18n-keys
Open

chore: remove unused vaultPanel.protocol/shares translation keys#677
royalTreasure wants to merge 1 commit into
drydocs:mainfrom
royalTreasure:chore/649-remove-unused-vaultpanel-i18n-keys

Conversation

@royalTreasure

Copy link
Copy Markdown

closes #649

Summary

vaultPanel.protocol and vaultPanel.shares were defined in both apps/web/messages/en.json and fr.json but never referenced by any t() call.

Changes

  • Removed both keys from en.json and fr.json.

Verification

  • Repo-wide search (apps/web/src) confirms no remaining references to either key (the one bestVault.protocol hit in VaultPanel.tsx is a data field access, unrelated to the i18n key).
  • Both JSON files still parse.
  • src/__tests__/i18n.test.ts (en/fr key-parity check) passes.
  • Full apps/web suite: 79/79 tests pass. 3 pre-existing test files (unrelated to this change) fail to load — they error resolving the @meridian/shared workspace import in this environment, same as on main before this change.

@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

@royalTreasure is attempting to deploy a commit to the Collins' projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@royalTreasure Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

[Chore] Remove unused vaultPanel.protocol/vaultPanel.shares translation keys

1 participant