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
Goal:
When a message is sent in non-English (for now), show a translation of the message below the message.
Potential extensions (for a separate PR):
detect the language of the user's browser, use that as the 'default don't translate language'
for other languages, show translations, but also show buttons: for example... 'always translate Russian', 'never translate Russian' (which would store that preference)
A task for new Braid contributors.
Goal:
When a message is sent in non-English (for now), show a translation of the message below the message.
Potential extensions (for a separate PR):
Notes:
https://github.com/optimaize/language-detector
https://stackoverflow.com/questions/3227524/how-to-detect-language-of-user-entered-text
braid.core.api/register-footer-view!
can be used to display content after a messageThe text was updated successfully, but these errors were encountered: