https://github.com/kaminoweb/translate
This bash shell script is using AWS CLI to translate various languages with "AWS Translate".
https://github.com/kaminoweb/translate
aws aws-cli aws-translate bash bash-script bash-scripting shell-script translation translator
Last synced: about 2 months ago
JSON representation
This bash shell script is using AWS CLI to translate various languages with "AWS Translate".
- Host: GitHub
- URL: https://github.com/kaminoweb/translate
- Owner: kaminoweb
- License: gpl-2.0
- Created: 2020-10-21T02:20:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T20:55:22.000Z (over 5 years ago)
- Last Synced: 2025-03-02T17:47:57.656Z (over 1 year ago)
- Topics: aws, aws-cli, aws-translate, bash, bash-script, bash-scripting, shell-script, translation, translator
- Language: Shell
- Homepage: https://kaminoweb.com/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
This bash script is using AWS CLI to translate various languages with "AWS Translate".
## Requirements
1. Linux operating system.
2. AWS account. If you don't have one, sign up for AWS.
3. IAM user. If you don't have one, create an IAM user.
4. Set Up the AWS Command Line Interface (AWS CLI).
5. dig must be installed. It is used to check if we have internet access before to communicate with AWS.
## Installation
To install this script and get it working, follow the steps below:
1. Download the script
```
wget https://raw.githubusercontent.com/kaminoweb/Translate/master/Translate.bsh
chmod 700 Translate.bsh
```
2. Run the script
```
./Translate.bsh
```
## Supported Languages
At this time, the script handles only the following languages:
French (fr), English (en), Spanish (es), Italian (it), Polish (pl)
AWS Translate supports more languages.
# License
This WordPress plugin is licensed under the GPL v2 or later.
> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
> You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
A copy of the license is included in the root of the plugin’s directory. The file is named `LICENSE`.