Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 681 Bytes

bot_translation

安装:

botoy 版本:botoy >= 8.0.0

注册登录百度翻译开放平台获取 APPID 和 SecretKey, 并在 botoy.json 中配置以下内容

{
  "translation.appid": "",
  "translation.secretKey": "",
  "translation.defaultToLang": "zh"
}

然后直接在 botoy 的 plugins 里 clone 这个仓库

支持翻译的语种可以在这里查看

image.png

使用方法

注意翻译命令和要翻译的文本之间一定要有一个空格

image.png