Skip to content

feat: add multi-language support (i18n) - #192

Merged
Mystery-CLI merged 3 commits into
Ethereal-Future:mainfrom
sonoflawal:feat/i18n-multi-language
Mar 31, 2026
Merged

feat: add multi-language support (i18n)#192
Mystery-CLI merged 3 commits into
Ethereal-Future:mainfrom
sonoflawal:feat/i18n-multi-language

Conversation

@sonoflawal

Copy link
Copy Markdown
Contributor
  • react-i18next + i18next-browser-languagedetector setup
  • 7 locales: en, ar, he, fr, es, zh, pt
  • RTL support for Arabic and Hebrew (html dir + CSS flips)
  • LanguageSelector component (dropdown, updates html lang/dir)
  • useRTL hook syncs document direction on language change
  • formatters.js: formatNumber, formatCurrency, formatDate, formatDateTime, formatRelativeTime, getLocaleCurrency
  • Locale-to-currency map (USD, EUR, GBP, SAR, ILS, CNY, BRL, etc.)
  • RTL + lang-selector CSS in index.css
  • 11 passing formatter tests (i18n.test.js)
  • Fix backend/package.json duplicate key (again, on main branch)

closes #61

- react-i18next + i18next-browser-languagedetector setup
- 7 locales: en, ar, he, fr, es, zh, pt
- RTL support for Arabic and Hebrew (html dir + CSS flips)
- LanguageSelector component (dropdown, updates html lang/dir)
- useRTL hook syncs document direction on language change
- formatters.js: formatNumber, formatCurrency, formatDate,
  formatDateTime, formatRelativeTime, getLocaleCurrency
- Locale-to-currency map (USD, EUR, GBP, SAR, ILS, CNY, BRL, etc.)
- RTL + lang-selector CSS in index.css
- 11 passing formatter tests (i18n.test.js)
- Fix backend/package.json duplicate key (again, on main branch)
@drips-wave

drips-wave Bot commented Mar 28, 2026

Copy link
Copy Markdown

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

@Mystery-CLI

Copy link
Copy Markdown
Contributor

please resolve your conflicts

@Mystery-CLI
Mystery-CLI merged commit 65d49ec into Ethereal-Future:main Mar 31, 2026
7 of 27 checks passed
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.

Issue #61: Add Internationalization Support

2 participants