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
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)