-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
💡 Summary
Implement full UI localization to provide a native-language experience across the entire platform.
🤷 Motivation / Use Case
The platform currently operates in English only, while the chat supports multiple languages. A localized UI would make the platform more accessible and professional for international users.
📋 Detailed Requirements
- i18n Infrastructure: Integrate a translation framework (e.g.,
nuxt-i18n). - AI-Assisted Translation: Leverage LLM capabilities to automate the translation of UI strings.
- Language Selection: Allow users to toggle between supported languages in settings.
- Dynamic Content Localization: Ensure activity names, categories, and metrics adapt to the selected locale.
✅ Acceptance Criteria
- The entire dashboard and all sub-pages are available in multiple languages.
- Users can switch languages via their profile settings.
- UI labels and messages are culturally and linguistically appropriate.
Reactions are currently unavailable