MetaMask / MetaMask/metamask-extension
Error: Unable to find value of key "multichainAccountAddressCopied" for locale "en"
- Dominant language
- TypeScript
- Stars
- 13.2k
- Forks
- 5.6k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 451
Description
Sentry Issue: [METAMASK-YG9G](https://metamask.sentry.io/issues/7166753786/?referrer=github_integration)
```
Error: Unable to find value of key "multichainAccountAddressCopied" for locale "en"
at missingKeyError (shared/modules/i18n.ts:178:19)
at exports.getMessage (shared/modules/i18n.ts:74:5)
at exports.getMessage (ui/helpers/utils/i18n-helper.tsx:39:10)
at t0 (ui/contexts/i18n.js:20:7)
at t11 (ui/components/multichain-accounts/multichain-address-rows-hovered-list/multichain-hovered-address-rows-hovered-list.tsx:261:22)
...
(30 additional frame(s) were not displayed)
```
Contributor guide
Research direction
Start with shared/modules/i18n.ts and the stack-trace call in ui/components/multichain-accounts/multichain-address-rows-hovered-list/multichain-hovered-address-rows-hovered-list.tsx. Trace how getMessage resolves multichainAccountAddressCopied for the en locale, then verify the affected UI path no longer reports a missing key. The issue is complete when the English value is found and displayed without this error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- localization
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100