From 3bb6f85db95c004a5665bc953011f65157f805a5 Mon Sep 17 00:00:00 2001 From: ghaddaditw <40211818-ghaddaditw@users.noreply.replit.com> Date: Sun, 8 Jun 2025 16:01:32 +0000 Subject: [PATCH] Add internationalization support to the settings page user interface Implements i18n translations for labels and descriptions within the SettingsPage.tsx component using the `t` function. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d7e7c4e8-20cb-41c4-9d0e-79f48938fede Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/5b1d9824-824a-44c9-8ba2-5db139e19e87.jpg --- client/src/pages/SettingsPage.tsx | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/client/src/pages/SettingsPage.tsx b/client/src/pages/SettingsPage.tsx index 0b7e34c..467d20a 100644 --- a/client/src/pages/SettingsPage.tsx +++ b/client/src/pages/SettingsPage.tsx @@ -108,7 +108,7 @@ export default function SettingsPage() { />
- Choose the AI model for generating responses + {t('settings.aiResponseModelDesc')}
- Select voice recognition engine + {t('settings.voiceProcessingDesc')}
- Enable intelligent task and financial suggestions + {t('settings.aiSuggestionsDesc')}
- Process AI requests locally when possible + {t('settings.localProcessingDesc')}
- Allow AI to learn from your usage patterns + {t('settings.learningModeDesc')}