mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
- Introduced translation functionality in chat screen, allowing users to translate messages before sending. - Added MessageTranslationButton to the input bar for enabling/disabling translation. - Implemented translation service to handle incoming and outgoing text translations using llama models. - Enhanced message storage to include original and translated text, language codes, and translation status. - Created UI components for displaying translated messages and managing translation options. - Added translation model management, including downloading and storing models locally. - Updated app settings to manage translation preferences and model selections. |
||
|---|---|---|
| .. | ||
| app_settings.dart | ||
| channel.dart | ||
| channel_message.dart | ||
| community.dart | ||
| companion_radio_stats.dart | ||
| contact.dart | ||
| contact_group.dart | ||
| delivery_observation.dart | ||
| message.dart | ||
| path_history.dart | ||
| path_selection.dart | ||
| radio_settings.dart | ||
| translation_support.dart | ||