Updates
-
Bug Fixes:
Fixes French translation issues with certain providers
Fixes one internal detection provider to utilize smaller subset of top languages to assist in more accurate locale detection
Fixes an issue where needless errors are returned when translation contains something like
notranslate
, typically seen in Custom Phrase matching -
Features:
Adds internal prompt management system
Adds telemetry to prompt management system
Adds internal centralized intelligence domain
Adds ability to return masked PII in custom format
e.g. 1111-2222-3333-4444 -> XXXX-XXXX-XXXX-4444
Adds conversation simulation for enabled clients Adds an optionalUseSource
flag to the translator request payload, allowing propagation of known locale to translation providers.