From 5ce4e2c13ecef3c540c5b555a5d7fcd72fd9e71c Mon Sep 17 00:00:00 2001 From: ghaddaditw <40211818-ghaddaditw@users.noreply.replit.com> Date: Sun, 8 Jun 2025 08:57:50 +0000 Subject: [PATCH] Enable multilingual support for the landing page promotional content Implements i18n translations for landing page features in LandingPage.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 5a4f78b4-6a2e-4391-b005-5544e086dac8 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/de94b090-68b2-491d-a6bf-8d0c05291dc4.jpg --- client/src/pages/LandingPage.tsx | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/client/src/pages/LandingPage.tsx b/client/src/pages/LandingPage.tsx index 2197654..42f1e25 100644 --- a/client/src/pages/LandingPage.tsx +++ b/client/src/pages/LandingPage.tsx @@ -193,18 +193,18 @@ export default function LandingPage() {
- Speech-to-text and text-to-speech processing entirely offline. No data leaves your premises. + {t('landing.localAIDesc')}
- Create, update, and manage tasks using natural voice commands with intelligent parsing. + {t('landing.voiceTaskCreationDesc')}
- Record expenses and income through voice with automatic categorization and receipt parsing. + {t('landing.voiceFinancialDesc')}
- All voice processing happens locally. Zero cloud dependencies, complete data sovereignty. + {t('landing.completePrivacyDesc')}
- Instant voice-to-text conversion and immediate AI responses for seamless interaction. + {t('landing.realTimeProcessingDesc')}
- Standard, Pro, and Admin user roles with progressive feature unlocking and onboarding. + {t('landing.multiTierDesc')}