-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix translation error for
alibaba
platform
fix translator name typo for `tencent` platform
- Loading branch information
Showing
3 changed files
with
37 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
# # 文本翻译配置 | ||
# translator: | ||
# # 百度云 | ||
# baidu: | ||
# key: "" | ||
# secret: "" | ||
# # 阿里云 | ||
# alibaba: | ||
# key: "" | ||
# secret: "" | ||
# region: cn-beijing | ||
# # 腾讯云 | ||
# tecent: | ||
# key: "" | ||
# secret: "" | ||
# region: ap-beijing | ||
# project: 0 | ||
# # 火山引擎 | ||
# volcengine: | ||
# key: "" | ||
# secret: "" | ||
# region: cn-beijing | ||
# # 小牛翻译 | ||
# niutrans: | ||
# secret: "" | ||
# copy and rename this to `config.yaml` | ||
# make sure save as `utf-8` encoding | ||
|
||
translator: | ||
baidu: | ||
key: "" | ||
secret: "" | ||
alibaba: | ||
key: "" | ||
secret: "" | ||
region: cn-beijing | ||
tencent: | ||
key: "" | ||
secret: "" | ||
region: ap-beijing | ||
project: 0 | ||
volcengine: | ||
key: "" | ||
secret: "" | ||
region: cn-beijing | ||
niutrans: | ||
secret: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters