Add translate option to chat #66
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
maybe with this: https://www.npmjs.com/package/translate
better use https://libretranslate.com/docs/#/translate/post_detect
detect with (navigator.language === detected language)
if not true (not browser language), then show translate-tooltip with translated text
https://www.deepl.com/docs-api
Use https://github.com/jmhodges/gocld3 for language detection
Use DeepL for Translation
implemented with version 1.0.6