You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-When a message is sent and saved, translate it to the language of other person in that conversation. Save the translation. At most each message should be translated to another language once.
-For example, if user A (English) is in a convo with user B (French), then any message user A sends, must be translated to French. and vice versa
-If user A (English) is in a convo with user B (French) and user C (Spanish) then a message user A sends must be translated to French and Spanish
-Chat Component is getting something like: {<user_id> : {original_text: “”, sender_id: 2, conversation_id: 2, translations: {“english”: “”}}}
The text was updated successfully, but these errors were encountered:
-When a message is sent and saved, translate it to the language of other person in that conversation. Save the translation. At most each message should be translated to another language once.
-For example, if user A (English) is in a convo with user B (French), then any message user A sends, must be translated to French. and vice versa
-If user A (English) is in a convo with user B (French) and user C (Spanish) then a message user A sends must be translated to French and Spanish
-Chat Component is getting something like: {<user_id> : {original_text: “”, sender_id: 2, conversation_id: 2, translations: {“english”: “”}}}
The text was updated successfully, but these errors were encountered: