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