Skip to content

v2.2.5

Compare
Choose a tag to compare
@d4n3436 d4n3436 released this 31 Jul 00:22
· 24 commits to master since this release

Additions

  • Added source transliteration property to multiple translation and transliteration results
  • Added source script property to MicrosoftTransliterationResult

Changes

  • Temporarily removed the new languages of v2.2.3 because GoogleTranslator currently doesn't support the new languages, and GoogleTranslator2 doesn't return a valid result in most cases without the X-Goog-BatchExecute-Bgr header
  • Use source generation for JSON serialization and deserialization of requests and responses in all translator classes
  • Now MicrosoftTransliterationResult.SourceLanguage will return the language of the source text instead of throwing an exception
  • Now the library will reference the System.Net.Http.Json package (except on .NET 8)