An open API service indexing awesome lists of open source software.

https://github.com/yoyicue/omegat-tencent-plugin

This is a plugin to allow OmegaT to source machine translations from Tencent Cloud.
https://github.com/yoyicue/omegat-tencent-plugin

machine-translation omegat tencent-cloud

Last synced: 10 days ago
JSON representation

This is a plugin to allow OmegaT to source machine translations from Tencent Cloud.

Awesome Lists containing this project

README

          

OmegaT Tencent Translate plugin
==========================

This is a plugin to allow [OmegaT](http://omegat.org/) to source machine translations from [Tencent Cloud](https://cloud.tencent.com/product/tmt)

**The functionality provided by this plugin is built into OmegaT 4.1.0 and
later. Please uninstall the plugin if you are using this version or later.**

Usage
=====

Before run, Log in to [Tencent Cloud API Key Console](https://console.cloud.tencent.com/cam/capi), create a secretId & scretKey or use an existing secretId & scretKey.

1. Download the ZIP from
[releases](https://github.com/yoyicue/omegat-tencent-plugin/releases) and place it
into one of the **OmegaT plugins folders**. OmegaT plugin should be placed in `C:\Program Files\OmegaT\plugins`(Windows),`~/Library/Preferences/OmegaT/plugins/`(Mac OS X) or `$HOME/.omegat/plugins`(Linux/UNIX), depending on your operating systems.

2. In OmegaT, **configure your secretId & scretKey** in Machine Translation Preferences.

3. In OmegaT, enable **Options > Machine Translate > Tencent Translate**. Translations will
appear in the Machine Translation pane.

Building
========

1. From the top level of the distribution run `./gradlew build`.

2. From the `build/libs/` folder, copy `omegat-tencent-plugin-*.jar`
to one of the OmegaT plugin folders.

License
=======

This project is distributed under the [GNU General Public License,
v3](http://www.gnu.org/licenses/gpl-3.0.html).

This project makes use of the following components:
- [qcloudapi-sdk-java](https://github.com/QcloudApi/qcloudapi-sdk-java/tree/2.0.5) 2.0.5 (License Unknown)