google-translate
google-translate copied to clipboard
Retrieve full translated text
Currently, when translating multiline texts, only the first line is being retrieved. For example, when translating "Halo\nDunia"
to English the API only returns "Hello"
instead of "Hello\nWorld"
. This PR fixes the issue by adding a loop to combine other parts of the text.