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

BE: Translation #8

Open
bonnieli opened this issue Nov 9, 2020 · 0 comments
Open

BE: Translation #8

bonnieli opened this issue Nov 9, 2020 · 0 comments
Assignees

Comments

@bonnieli
Copy link
Contributor

bonnieli commented Nov 9, 2020

  • When a message is sent and saved, translate it with respect to the number of users in that conversation . save these translations. 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: {<user_id> : {translated_text: “”, sender_id: 2, chat_id: 2, translations: {“english”: “”, “french”: “”}}}
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