Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translating messages (integration) #59

Open
sina-jamshidi opened this issue Jun 1, 2020 · 0 comments
Open

Translating messages (integration) #59

sina-jamshidi opened this issue Jun 1, 2020 · 0 comments
Assignees

Comments

@sina-jamshidi
Copy link

sina-jamshidi commented Jun 1, 2020

-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”: “”}}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants