vscode-translate
vscode-translate copied to clipboard
A vscode extension for translation.
vscode-translate
Translate languages.
quick start:
Settings
Name | Description | Default |
---|---|---|
translation.api | 支持 google-cn(国内) 和 google | google-cn |
translation.fromLanguage | 逆翻译的目标语言 | en |
translation.targetLanguage | 正常翻译的目标语言 | zh-CN |
translation.detection | 是否开启语言检测,用于逆翻译 | true |
Commands
Name | Description | Keyboard Shortcuts |
---|---|---|
extension.translation | 开启/关闭 翻译 | ctrl(cmd) + T |
extension.translateReplace | 翻译结果替换原文 | shift + ctrl(cmd) + R |
Language List
You can see https://cloud.google.com/translate/docs/languages
Contribution.
https://github.com/jianzhichun/vscode-translate
Thanks
Enjoy!
2016/8/28
init 0.0.1
2016/8/29
init 0.0.2 add proxy support
2016/8/29
update README.md
2017/3/4
update to 0.0.4
add others translation support
add replace support
2017/3/4
update to 0.0.5
add google translation optional
2017/3/9
update to 0.1.0
add language detection support
2018/5/30
update to 0.1.3
2018/5/30
update to 0.1.4
change translate interval to 200ms
2018/5/30
update to 0.1.5
change translate interval to 100ms
update readme