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

https://github.com/ksanyok/autotranslatecontent

Auto Translate Content for WordPress: A plugin that standardizes user-generated content to a single language using Google Cloud Translation API. Developed by BuyReadySite.com.
https://github.com/ksanyok/autotranslatecontent

api css js php wordpress wordpress-development wordpress-plugin

Last synced: 3 months ago
JSON representation

Auto Translate Content for WordPress: A plugin that standardizes user-generated content to a single language using Google Cloud Translation API. Developed by BuyReadySite.com.

Awesome Lists containing this project

README

          

# Auto Translate Content for WordPress

## Description

Automatically translates user-generated content in a WordPress website to a single language (English by default) using Google Cloud Translation API. Ideal for multilingual sites where users submit content in multiple languages. This ensures that all content is standardized to a single language, which can then be translated back into multiple languages using any multilingual plugin. Developed by [BuyReadySite.com](https://buyreadysite.com).

## Features

- Translates content from multiple languages to English (or any other language of your choice).
- Uses Google Cloud Translation API for accurate translations.
- Integrates seamlessly with the WordPress admin dashboard.

## Version

Current Version: 3.0

## License

GPL-2.0+
[GPL-2.0 License](http://www.gnu.org/licenses/gpl-2.0.txt)

## Installation

1. **Clone or download this repository**

```bash
git clone https://github.com/YourGitHubUsername/AutoTranslateContent.git
```

2. **Navigate to the plugin directory**

```bash
cd your-wordpress-site/wp-content/plugins
```

3. **Install dependencies**

```bash
// If any dependencies are there
```

4. **Activate the plugin through the WordPress dashboard**

Navigate to 'Plugins' in your WordPress dashboard, locate 'Auto Translate Content', and click on 'Activate'.

5. **Configure Google Cloud Translation API**

- Go to Google Cloud Console.
- Create a new project.
- Enable the Translation API and get your API key.

6. **Enter API Key**

Navigate to the plugin settings in your WordPress dashboard and enter the Google Cloud API Key.

## Usage

1. **Select the Posts/Pages**

Select the posts or pages that you wish to translate.

2. **Click 'Translate'**

Click the 'Translate' button, and the content will be automatically translated to the chosen language.

## Contributing

Feel free to contribute to this project by creating issues or pull requests.

## Author

[BuyReadySite.com](https://buyreadysite.com)

## Support

For support, please visit [BuyReadySite Support](https://buyreadysite.com/support)