You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
translate_document throws Error occurred during document translation: no implicit conversion of nil into String (DeepL::Exceptions::DocumentTranslationError) when source language is nil#8
Open
jtzero opened this issue
Nov 22, 2024
· 0 comments
translate_document states that param can be nil or string
# @param [String, nil] source_lang Source language to use for the translation. `nil` will cause# automatic source langauge detection to be used. Must be
translate_document states that param can be nil or string
however when passing in a nil it errors
Using an empty string does work
The text was updated successfully, but these errors were encountered: