hatchways / team-penguin

World Chat Messenger allows users from completely different language backgrounds to converse with each other in their own language taking globalization to the next level.
2 stars 0 forks source link

Translating messages (integration) #59

Open sina-jamshidi opened 4 years ago

sina-jamshidi commented 4 years ago

-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: { : {original_text: “”, sender_id: 2, conversation_id: 2, translations: {“english”: “”}}}