Skip to content

feat: support multi-language localizations across entire dashboard (#428) - #1274

Open
abdulqoyumadegoke wants to merge 1 commit into
emdevelopa:mainfrom
abdulqoyumadegoke:feat/dashboard-i18n-switcher
Open

feat: support multi-language localizations across entire dashboard (#428)#1274
abdulqoyumadegoke wants to merge 1 commit into
emdevelopa:mainfrom
abdulqoyumadegoke:feat/dashboard-i18n-switcher

Conversation

@abdulqoyumadegoke

Copy link
Copy Markdown
Contributor

Overview

Resolves #428 by expanding next-intl localization from the checkout flow to the entire merchant dashboard UI, adding French (fr) locale support alongside English (en), Spanish (es), and Portuguese (pt), and exposing a header language selector.

Key Changes

  • frontend/src/i18n/config.ts: Expanded supported locales array to include fr (["en", "es", "pt", "fr"]), with fr-FR language tag mapping.
  • frontend/messages/fr.json: Created comprehensive French translation dictionary covering all dashboard domains (2FA, nav, sidebar, dashboard overview, balance sync, create payment, metrics, payment history, wallet selector, support, and checkout).
  • Translation Updates (en.json, es.json, pt.json): Added French (fr) options to localeSwitcher dictionaries.

Verification

  • Verified dynamic message loading in src/i18n/request.ts for all 4 locales.
  • Verified header LocaleSwitcher dropdown rendering and cookie persistence (NEXT_LOCALE).

@vercel

vercel Bot commented Jul 29, 2026

Copy link
Copy Markdown

@abdulqoyumadegoke is attempting to deploy a commit to the Emmanuel's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@abdulqoyumadegoke 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.

[FE] Dashboard Multi-Language Switcher (i18n)

1 participant