-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[NEW] Auto-Translation #854
Copy link
Copy link
Closed
Labels
Description
We need to support Auto-translation feature.
When enabled, the server returns messages translated to the selected language.
There should be two ways of using it:
- Translating a single message (hold message and tap "Auto-translate" on the bottom sheet)
- Translating all messages in a room (tap "Auto-translate" on room actions)
- Note: Only new messages will be translated
Both options must navigate to a new view with all available languages supported by Google.
There are two settings we need to fetch from our server:
AutoTranslate_Enabled: shows/hides the entire logic.AutoTranslate_GoogleAPIKey: is the API Key we will be using to fetch languages from Google.
Reactions are currently unavailable