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
I want to override Translator.translateText without sourceLang as parameter. This method calls Translator.translateText always with sourceLang == null. Therefore If a user wants to auto-detect the sourceLang, it is no longer necessary to parse null manually.
The text was updated successfully, but these errors were encountered:
Raboro
changed the title
feat: overide Translator-translateText to get rid ot null parsing for sourceLang to auto-detect
feat: overide Translator-translateText to get rid of null parsing for sourceLang to auto-detect
Sep 21, 2024
I want to override
Translator.translateText
withoutsourceLang
as parameter. This method callsTranslator.translateText
always withsourceLang == null
. Therefore If a user wants to auto-detect thesourceLang
, it is no longer necessary to parsenull
manually.The text was updated successfully, but these errors were encountered: