Skip to content

feat(frontend): add internationalization framework - #499

Open
pchieneye wants to merge 1 commit into
StayLitCodes:mainfrom
pchieneye:feat/frontend-i18n
Open

feat(frontend): add internationalization framework#499
pchieneye wants to merge 1 commit into
StayLitCodes:mainfrom
pchieneye:feat/frontend-i18n

Conversation

@pchieneye

Copy link
Copy Markdown

Summary

This PR adds a frontend internationalization foundation for Vaultix, including locale routing, translation bundles, a language switcher, persisted locale preference, Arabic RTL support, and locale-aware date/number formatting.

What changed

  • Added i18n configuration and localized routing for the frontend app
  • Created translation bundles for English, French, Swahili, Arabic, and Portuguese
  • Replaced hardcoded UI text across core pages and navigation
  • Added a locale switcher with localStorage persistence
  • Implemented RTL support for Arabic
  • Added locale-aware formatting helpers and regression tests

Testing

  • Verified the frontend build completes successfully
  • Added regression tests for locale formatting helpers

Closes: #481

@drips-wave

drips-wave Bot commented Jul 24, 2026

Copy link
Copy Markdown

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

@KuchiMercy

Copy link
Copy Markdown
Contributor

@pchieneye kindly resolve conflicts

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.

feat(frontend): Add internationalization (i18n) framework

2 participants