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 support for translation memories in text translation via TranslationMemoryId and TranslationMemoryThreshold properties in TextTranslateOptions.
Added ListTranslationMemoriesAsync() method to the DeepLClient class
for listing available translation memories.
Fixed
Fixed gitlab release CI job by explicitly setting the release-cli image to avoid
issues with a missing $HOME environment variable from the global image.