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. |
||
|---|---|---|
| .. | ||
| channel_message_store.dart | ||
| channel_order_store.dart | ||
| channel_settings_store.dart | ||
| channel_store.dart | ||
| community_store.dart | ||
| contact_discovery_store.dart | ||
| contact_group_store.dart | ||
| contact_settings_store.dart | ||
| contact_store.dart | ||
| message_store.dart | ||
| prefs_manager.dart | ||
| unread_store.dart | ||