Amazon Translate
With Amazon Translate, you can easily generate a translation of an asset directly from Brightspot.
Including Amazon Translate in a build
The following table lists the dependencies to include in your build configuration.
| Artifact | Description |
|---|---|
com.psddev:translation-aws | Exposes Amazon Translate as a translation service, including UI controls. |
Runtime prerequisites
- Developer configuration—None.
- Ops configuration—Configure a permission allowing Brightspot access to the Amazon Translate service. For details, see Creating a role to delegate permissions to an AWS service and Creating IAM policies (console).
- CMS configuration—Configure the site interfacing with Amazon Translate. For details, see Configuring translation.
Configuration
This topic covers how to integrate Amazon Translate with Brightspot.
To integrate Amazon Translate with Brightspot:
- Click > Admin > Sites & Settings > Sites > Global.
-
Expand Integrations > AWS Translation.
-
Using the following table as a reference, complete the fields as needed.
-
Click Save.
Note
Once finished, you must configure general translation settings in order to send assets for translation. For details, see Configuring translation.
See also:
| Field | Description |
|---|---|
| Credentials | Enter the login credentials that Brightspot sends to Amazon Translate when initiating a translation job.
|
| Region | Enter the region to use when making requests to this AWS service. If blank, Brightspot reads the region from a configuration file. |
| Input Bucket | Enter the AWS bucket to which Brightspot submits translation jobs. For a list of your available buckets, see your S3 console. |
| Output Bucket | Enter the AWS bucket from which Brightspot retrieves completed translations. For a list of your available buckets, see your S3 console. |
| Translation Role ARN | Enter the AWS role that has access to the input and output buckets as well as the translation service. For a list of your available AWS roles and associated ARNs, see your IAM console. |
| Disable Translation Update Task | Toggle on to prevent Brightspot from querying AWS Translate about the progress of active translations. |
| All Async Processing | Toggle on to have Brightspot submit translation jobs asynchronously. Asynchronous translations reduce the number of active jobs in your AWS account and may help avoid usage fees, but may result in delays in receiving completed translations. |
| Task Host | Enter the IP address or name of the host managing translation jobs. If blank, Brightspot uses the default task host configured in Global settings. |