Batch translation: Is there any plan to add API support to translate an array of text?

I’m using LibreTranslate to translate pages in an Angular application. However, calling the translate API separately for each text node is slowing down the process, and making parallel calls doesn’t significantly improve the performance. So, I’m exploring options to translate an array of strings in a single API call.

Thanks!

1 Like