WP Manifestindependent plugin directory
manifest / i18n / autotranslatecontent

Auto Translate Content

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.

by BuyReadySite.com · github.com/ksanyok/autotranslatecontent · website

1stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ksanyok/autotranslatecontent/archive/refs/heads/main.zip

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.

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

Installation

  1. Clone or download this repository

     git clone https://github.com/YourGitHubUsername/AutoTranslateContent.git
  2. Navigate to the plugin directory

     cd your-wordpress-site/wp-content/plugins
  3. Install dependencies

     // 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

Support

For support, please visit BuyReadySite Support

Read the full README on GitHub →