Add translate option to chat #66

Closed
opened 2022-02-09 02:37:24 +01:00 by vikingowl · 4 comments
Owner
maybe with this: https://www.npmjs.com/package/translate
vikingowl added the
enhancement
help wanted
frontend
match page
labels 2022-02-09 02:37:39 +01:00
vikingowl added this to the 1.2 milestone 2022-02-09 02:37:42 +01:00
Author
Owner

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

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
Author
Owner
https://www.deepl.com/docs-api
vikingowl added the
backend
label 2022-02-09 04:42:53 +01:00
Author
Owner

Use https://github.com/jmhodges/gocld3 for language detection

Use DeepL for Translation

Use https://github.com/jmhodges/gocld3 for language detection Use DeepL for Translation
Author
Owner

implemented with version 1.0.6

implemented with version 1.0.6
Sign in to join this conversation.
No description provided.