DEV mode for MT service
Description
Activity
Show:
Sean Flanigan 14 June 2017 at 02:37
We might want to put brackets around the original string, to make it clear where the "translation" stops, eg "trans[The original string]".
For bonus points, pseudotranslations are always fun, and if you make sure to return non-ASCII characters, it helps to exercise the Unicode support. eg [!!! Tλè ôřïϱïñáℓ ƨƭřïñϱ !!!]
Ready for Release
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Sprint
None
Priority

More fields
Time tracking
More fields
Time trackingCreated 12 June 2017 at 23:13
Updated 16 June 2017 at 04:15
Resolved 16 June 2017 at 04:15
Implement DEV mode which returns original request string without going through MS translators. The service will mock MS service and returns "translated:" + the original string.
This will be a maven profile which enabled by default.
A "production" profile will be use for prod deployment.