suggestion about translateBatch() #11
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
hacktoberfest label
For now translateBatch works well if all elements of array works for translateText(). For instance, the next one:
But fails if some element doesn't work properly, For instance this:
It could be interesting if the translation continues if some translation fails for some elements and function return an array with errors messages also.
The text was updated successfully, but these errors were encountered: