Skip to content

A LaunchBar Action to translate between Chinese and English via Baidu translation API

Notifications You must be signed in to change notification settings

jimzhang828/Baidu-Translate-LaunchBar-Action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Baidu Translate LaunchBar Action

A LaunchBar Action to translate between Chinese and English via Baidu translation API

  1. 首先需要在百度翻译平台注册账号,获取APP ID密钥
申请信息
APP ID:2019xxxxxxxxxxxxx
密钥:xxxxxxxxxxxxxxxxxxxx
  1. 下载这个Action后,进入Translate.lbaction/Contents/Scripts,填写suggestions.py中的APP ID密钥部分。
appid = ''  # 填写你的appid
secretKey = ''  # 填写你的密钥
  1. 安装Translate.lbaction,在LaunchBar中输入关键词TR即可进行翻译。

About

A LaunchBar Action to translate between Chinese and English via Baidu translation API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages