https://github.com/wzdnzd/deeplx-translate
Translation for VSCode with DeepLX Base on comment-translate
https://github.com/wzdnzd/deeplx-translate
Last synced: 1 day ago
JSON representation
Translation for VSCode with DeepLX Base on comment-translate
- Host: GitHub
- URL: https://github.com/wzdnzd/deeplx-translate
- Owner: wzdnzd
- License: mit
- Created: 2023-11-21T08:37:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T04:37:06.000Z (over 1 year ago)
- Last Synced: 2024-12-25T21:15:41.632Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 337 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# deeplx-translate README
The plugin provides a translation source for the ‘comment-translate’ plugin. Itself does not activate, it starts when enabled is selected.
## Features
1. Provide translation capabilities
2. Provides online document link text
## Requirements
Please install [comment-translate](https://github.com/intellism/vscode-comment-translate) to use
## Install
1. Download the plugin from the [Release Page](https://github.com/wzdnzd/deeplx-translate/releases)
2. Install from VSIX: `Extensions` -> `...` -> `Install from VSIX...`
3. Select the downloaded file and install it
## Use
1. After installation, call the "Change translation source" command of "Comment Translate"

2. Check "DeepLX Translate" to configure the plugin API (and token if required)

3. Directly use the "Comment Translate" interactive mode to translate the corresponding text
## Public DeepLX API
+ `https://api.deeplx.org/translate`
## Extension Settings
This extension contributes the following settings:
* `deeplxTranslate.apiPath`: DeepLX translation service API
* `deeplxTranslate.accessToken`: The token used during translation (if required by the translation service)
* `deeplxTranslate.ignorePattern`: Ignore regular expressions
## Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
## Release Notes
Users appreciate release notes as you update your extension.
### 0.0.1
Initialize the project, the basic capabilities are implemented
### Build
+ Install vsce: `npm install -g vsce`
+ Package: `vsce package`