Skip to content

feat(i18n): full i18n coverage for Stellar flows (#112)#133

Open
Samuelaladesiun3334 wants to merge 2 commits into
wraith-protocol:developfrom
Samuelaladesiun3334:feat/i18n-stellar-flows
Open

feat(i18n): full i18n coverage for Stellar flows (#112)#133
Samuelaladesiun3334 wants to merge 2 commits into
wraith-protocol:developfrom
Samuelaladesiun3334:feat/i18n-stellar-flows

Conversation

@Samuelaladesiun3334

Copy link
Copy Markdown

Closed #112 - Extract all hardcoded strings from Stellar flow components to i18n keys

  • Add EN, ES, PT, FR translation files (stellar send/receive/history/vault/wallet-picker)

  • Expand LocaleSwitcher to include PT and FR options

  • Register PT and FR locales in i18n/index.ts

  • Update StellarSend, StellarSendView, StellarReceive, StellarReceiveView,

    StellarHistory, StellarVault, StellarVaultClaim, StellarVaultDeposit,

    StellarMatchCard, StellarWalletPicker, StellarWalletButton to use t()

  • Add scripts/check-i18n.js: validates all locales have every EN key

  • Add CI job i18n-check that runs the script and blocks merge on missing keys

- Extract all hardcoded strings from Stellar flow components to i18n keys

- Add EN, ES, PT, FR translation files (stellar send/receive/history/vault/wallet-picker)

- Expand LocaleSwitcher to include PT and FR options

- Register PT and FR locales in i18n/index.ts

- Update StellarSend, StellarSendView, StellarReceive, StellarReceiveView,

  StellarHistory, StellarVault, StellarVaultClaim, StellarVaultDeposit,

  StellarMatchCard, StellarWalletPicker, StellarWalletButton to use t()

- Add scripts/check-i18n.js: validates all locales have every EN key

- Add CI job i18n-check that runs the script and blocks merge on missing keys
@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

@samuelaladesiun is attempting to deploy a commit to the truthixify's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 24, 2026

Copy link
Copy Markdown

@Samuelaladesiun3334 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

@truthixify

Copy link
Copy Markdown
Contributor

Build & type-check failing on prettier drift across 4 files. Run pnpm format locally and push the reformatted files.

- scripts/check-i18n.js: wrap long console.warn template literal
- StellarVaultClaim.tsx: wrap long t() call with object arg
- StellarWalletButton.tsx: reorder Tailwind classes so lines stay under printWidth,
  break connectedVia label onto its own line
- StellarWalletPicker.tsx: break walletPickerTitle and scanWithWalletConnect h2
  onto their own lines, split isAvail inline comment to separate line
@Samuelaladesiun3334

Copy link
Copy Markdown
Author

Am really sorry for delay in reply
DONE@truthixify

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.

Full i18n coverage for Stellar flows

3 participants