First, I appreciate the author and contributors for the great and cool work done here!
Out of a curious experiment, I tried to translate srt file (Movie subtitle file). Tried to translate English to Tamil
It is expected that the google translate will support the input up to 5000 characters, but the library could be
enhanced to accept and handle the characters more than 5000 with internal split, process, append and return (or)
can have a defensive approach with print statement about the acceptable string length and process the translate up to 5000 characters and return
Now the library is translating up to characters 5000 but if we tried to run more than 5000 (Even 5001), it returns None
I can handle the limitations as per my requirement locally, but I am just notifying here
First, I appreciate the author and contributors for the great and cool work done here! Out of a curious experiment, I tried to translate srt file (Movie subtitle file). Tried to translate English to Tamil It is expected that the google translate will support the input up to 5000 characters, but the library could be
Now the library is translating up to characters 5000 but if we tried to run more than 5000 (Even 5001), it returns None I can handle the limitations as per my requirement locally, but I am just notifying here