deepl-java icon indicating copy to clipboard operation
deepl-java copied to clipboard

feat: overide `Translator-translateText` to get rid of null parsing for `sourceLang` to auto-detect

Open Raboro opened this issue 1 year ago • 0 comments

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.

Raboro avatar Sep 20 '24 21:09 Raboro