system-prompts-and-models-o.../salesflow-saas/frontend/src/i18n
Claude bbef680bc1
feat: Add complete i18n system with Arabic/English translations
Bilingual support infrastructure:
- ar.json: Full Arabic translations (120+ strings)
  - Navigation, hero, pain points, features, pricing, dashboard, marketers
- en.json: Full English translations (120+ strings)
- index.tsx: I18nProvider with context, useI18n hook, LanguageSwitcher component
  - LocalStorage persistence, RTL/LTR auto-switching
  - Nested key resolution (e.g., "dashboard.tabs.overview")
  - Arabic default with instant English toggle

https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
2026-04-12 01:30:53 +00:00
..
ar.json feat: Add complete i18n system with Arabic/English translations 2026-04-12 01:30:53 +00:00
en.json feat: Add complete i18n system with Arabic/English translations 2026-04-12 01:30:53 +00:00
index.tsx feat: Add complete i18n system with Arabic/English translations 2026-04-12 01:30:53 +00:00