Commit Graph

3 Commits

Author SHA1 Message Date
Claude
4f286b5ec4
fix: Align ALL systems with single plan pricing (1,499 SAR)
Frontend i18n: single plan "Dealix All-in-One" replacing 3 tiers
WhatsApp knowledge: updated pricing response + marketer commission FAQ
All consistent: frontend, backend, knowledge base, investor deck

https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
2026-04-12 03:38:52 +00:00
Claude
83150b97b5
feat: Expand i18n with 200+ new translations for all new components
Added translations for:
- Command palette (search, categories, actions)
- Sales workspace (greeting, KPIs, tasks, deals, activity, AI insights)
- Marketers page (hero, stats, benefits, tiers, testimonials, FAQ, form)
- Onboarding flow (welcome, role/industry selection, first deal, checklist)
- Common additions (close, or, minutes, hours, today, overdue, submit, skip)

Total: 300+ translation keys in both Arabic and English

https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
2026-04-12 01:39:17 +00:00
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