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.
- Host: GitHub
- URL: https://github.com/ksanyok/autotranslatecontent
- Owner: ksanyok
- Created: 2023-10-22T09:35:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T09:38:13.000Z (over 2 years ago)
- Last Synced: 2025-01-12T00:21:04.433Z (over 1 year ago)
- Topics: api, css, js, php, wordpress, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage: https://buyreadysite.com
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)