Add translation option
Closed this issue · 7 comments
I know it's far in the future (difficult) but it's going to be a killer feature.
I know it's far in the future (difficult) but it's going to be a killer feature.
this feature is available indirectly in the app, devs can ask users about the language they want in commands part and then save user response in preferences that is passed to source class
I know it's far in the future (difficult) but it's going to be a killer feature.
Do you have any idea how to add this feature to the app?🤔
I finally found a website that has free api that has a limit of 15000 word a day.
I can use This for one word translation
https://www.translate.com/
I did not find any library made for java but you can use the Google Translate Ajax API for free ( look at googletrans on python/javascript for example)
I did not find any library made for java but you can use the Google Translate Ajax API for free ( look at googletrans on python/javascript for example)
can you send me it links?
I just found one for java https://github.com/jackychu0830/simple.google.translate.api (tested and work)
in the end I decided to go with offline translation using google MlKit translation and online translation using TranslateDict