##Function Detect the input language automatically and translate to different languages by baidu translate.
##Principle Get the users' inputs -> POST them to baidu translate api -> Grasp response results -> Arsing the result to xml format which can be recognized by Alfred.
##Direction for use ‘bt’ (keyword) + space + words/sentences (in different languages)
##Annotation
When the input language is non-Chinese, the aimed translate language will be set to chinese automatically.
When the input language is Chinese, the aimed translate language will be set to English automatically.
##Test Cases
- Add notification when press "return".
- Redirect to author's home page after pressing "return"
- Copy website link of author's home page automatically.
Now the workflow is available on Alfred2 Workflows List.
Migrate to most updated Baidu translate API.