-
Notifications
You must be signed in to change notification settings - Fork 0
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
IN translation 59 #85
Conversation
… + message dynamically
…wance for language
caveats:
|
this is the current flow I have used: would there be any reason to save a new message to the db before the translation is requested? |
…ated message; cleanup
This flow makes sense. I don't think you need to save before the translation |
(update) I only tested with spanish and was relying on google to do the original language auto detection, let me know if that is an issue with other languages
basic functionality is in per #59
TODO
cleanup the server logic (reduce the # times BE is getting the languages list for conversation and clean up that overall logic)see if possible to return the conversation languages along with the click on contact (initiate chat) eventdo a little further testing