I would like to translate the content to 8 languages(these are all supported by LibreTranslate). I’m trying to find out the best/easiest way to implement this.
Currently I have the content in Firestore,which is basically a no-sql JSON format.I was using Google translate service but I ran out of quota fast.
I’m looking for an easier and more cost-effective solution.
If you’re trying to translate JSON the most straightforward way is probably to connect to LibreTranslate using language bindings for a scripting language like Python. You can parse the JSON for your site, select the fields you want, and then translate them by connecting to a LibreTranslate server.
I see. I tried using the Node binding using the Libre engine.
So, just to confirm, I still need an API for using the Libre engine?
Is the API free or is it paid service?