Title: Hybrid AI Translator for TranslatePress
Author: MD MOJIBUR RAHMAN
Published: <strong>June 3, 2026</strong>
Last modified: July 25, 2026

---

Search plugins

![](https://ps.w.org/hybrid-ai-translator-for-translatepress/assets/banner-772x250.
png?rev=3596058)

![](https://ps.w.org/hybrid-ai-translator-for-translatepress/assets/icon-256x256.
png?rev=3559657)

# Hybrid AI Translator for TranslatePress

 By [MD MOJIBUR RAHMAN](https://profiles.wordpress.org/fmojibur/)

[Download](https://downloads.wordpress.org/plugin/hybrid-ai-translator-for-translatepress.1.2.2.zip)

 * [Details](https://wordpress.org/plugins/hybrid-ai-translator-for-translatepress/#description)
 * [Reviews](https://wordpress.org/plugins/hybrid-ai-translator-for-translatepress/#reviews)
 *  [Installation](https://wordpress.org/plugins/hybrid-ai-translator-for-translatepress/#installation)
 * [Development](https://wordpress.org/plugins/hybrid-ai-translator-for-translatepress/#developers)

 [Support](https://wordpress.org/support/plugin/hybrid-ai-translator-for-translatepress/)

## Description

**Hybrid AI Translator for TranslatePress** registers a new automatic translation
engine inside the TranslatePress Multilingual plugin. When a visitor opens a translated
URL, this engine automatically translates the page content and TranslatePress caches
the result in its own database, so future visits are instant.

**Watch the full setup & translation walkthrough:**

[Official Website](https://mojibur.com/hybrid-ai-translator-for-translatepress-pro/)
| [Video Tutorial](https://youtu.be/UO3a7TIoNQ8)

#### How it works

 1. TranslatePress detects new strings that need translating.
 2. Our engine sends them to the public Google Translate endpoint (the same endpoint
    the Chrome browser translate extension uses) and gets back the translated text.
 3. TranslatePress stores the translation in its database. The next visitor sees the
    cached translation immediately.

#### What you get in this Free plugin

 * **Google Translate (Unofficial)** provider — fast, high quality, no API key needed.
 * Configurable timeout, chunk size, and per-request character limit.
 * Per-translation log viewer so you can see exactly which strings were translated,
   when, and how long they took.
 * One-click “Test” button to verify connectivity from your server.
 * Clean uninstall — all plugin options are removed when you delete the plugin from
   the WordPress admin.

#### Why “Hybrid”?

The architecture is designed to support multiple translation providers chained together
with automatic fallback. The Free plugin ships with Google Translate (Unofficial)
only. A separate **Pro** add-on extends the chain with AI-based providers (ChatGPT-
compatible / Groq / OpenRouter / DeepSeek / LM Studio / Ollama) and a Tone-and-Style
control. The Free plugin is fully functional on its own and does not require Pro.

#### Privacy

 * This plugin only contacts the translation endpoint you’ve configured (by default:`
   translate.googleapis.com`). It sends only the strings TranslatePress asks it 
   to translate.
 * No telemetry, no tracking, no analytics, no calls to any other server.
 * No personal data of your visitors is sent anywhere — only the page text that 
   needs translating.
 * See the FAQ for the full data flow.

#### External services

This plugin connects to one external service to function:

**Google Translate (Unofficial)** — `https://translate.googleapis.com/translate_a/
single`
 * What is sent: the source text strings TranslatePress needs translated,
plus the source/target language codes. * When: only when TranslatePress requests
a translation for a string that is not yet cached. * Why: to receive the translated
text. * Provider: Google. Terms: [https://policies.google.com/terms](https://policies.google.com/terms).
Privacy: [https://policies.google.com/privacy](https://policies.google.com/privacy).

You can change the endpoint URL in the plugin settings if you self-host a compatible
service.

#### Pro version (optional)

A separate **Pro** add-on adds AI-based translation providers (OpenAI-compatible:
ChatGPT, Groq, OpenRouter, DeepSeek, LM Studio, Ollama) with custom Tone-and-Style
control. The Pro add-on is sold separately at [mojibur.com/hybrid-ai-translator-for-translatepress-pro](https://mojibur.com/hybrid-ai-translator-for-translatepress-pro).
The Free plugin is complete on its own — Pro is optional.

## Screenshots

[⌊Provider Chain panel with the Google provider enabled and a one-click Test button.⌉⌊
Provider Chain panel with the Google provider enabled and a one-click Test button
.⌉[

Provider Chain panel with the Google provider enabled and a one-click Test button.

[⌊Per-translation log viewer showing the source string, target language, provider,
and elapsed time.⌉⌊Per-translation log viewer showing the source string, target 
language, provider, and elapsed time.⌉[

Per-translation log viewer showing the source string, target language, provider,
and elapsed time.

## Installation

 1. Install and activate the **TranslatePress Multilingual** plugin first.
 2. From your WordPress admin, go to **Plugins  Add New**, search for “Hybrid AI Translator
    for TranslatePress”, and click **Install Now  Activate**. (Or upload the plugin
    ZIP via **Plugins  Add New  Upload Plugin**.)
 3. Go to **Settings  Hybrid AI Translator** and verify the Google provider is enabled.
    Click **Test** to confirm your server can reach the endpoint.
 4. Go to **Settings  TranslatePress  Automatic Translation** and select **“Hybrid 
    AI (Google + Pro AI providers)”** as the translation engine, then enable Automatic
    Translation and Save.
 5. Visit any translated URL on the front-end. New strings will be translated automatically
    and cached.

## FAQ

### Do I need an API key?

No. The Google Translate (Unofficial) provider does not require any API key.

### Will Google rate-limit me?

The unofficial endpoint can rate-limit aggressive use. Because TranslatePress caches
every translation in its own database, the endpoint is only called for genuinely
new strings — for a typical small or medium site this is far below any rate-limit
threshold. If you have a very large site or do bulk translation, consider the Pro
add-on which adds AI providers as fallback.

### Where are translations stored?

In TranslatePress’s own database tables. This plugin does not store translations
itself — it just hands them to TranslatePress.

### Does this plugin send my visitors’ personal data anywhere?

No. Only the page text that needs translating is sent to the configured translation
endpoint, and only when TranslatePress requests it. No visitor IPs, cookies, or 
other personal data are transmitted by this plugin.

### What happens if I uninstall the plugin?

All plugin options (`haitp_settings`, `haitp_log`) are removed from the database.
Translations TranslatePress has cached in its own tables are not touched — TranslatePress
manages those independently.

### Is the source code available?

Yes — this plugin is GPLv2-or-later. The full source is in the plugin folder, and
the development repository is linked from the plugin homepage.

### Can I extend it with a custom provider?

Yes. Extend `HAITP_Provider_Base`, implement `translate()` and `self_test()`, and
register your class via the `haitp_registered_providers` filter.

## Reviews

![](https://secure.gravatar.com/avatar/cc49b87c27efd28456623133b74f58bb6c9902ac8bee1576c5de509fe18c0e26?
s=60&d=retro&r=g)

### 󠀁[Works Well](https://wordpress.org/support/topic/works-well-3185/)󠁿

 [arif99](https://profiles.wordpress.org/arif99/) July 22, 2026

I’ve been using it with TranslatePress for a few weeks. Setup was easy, and the 
translations have been working well for my site. No issues so far.

 [ Read all 1 review ](https://wordpress.org/support/plugin/hybrid-ai-translator-for-translatepress/reviews/)

## Contributors & Developers

“Hybrid AI Translator for TranslatePress” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ MD MOJIBUR RAHMAN ](https://profiles.wordpress.org/fmojibur/)

[Translate “Hybrid AI Translator for TranslatePress” into your language.](https://translate.wordpress.org/projects/wp-plugins/hybrid-ai-translator-for-translatepress)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/hybrid-ai-translator-for-translatepress/),
check out the [SVN repository](https://plugins.svn.wordpress.org/hybrid-ai-translator-for-translatepress/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/hybrid-ai-translator-for-translatepress/)
by [RSS](https://plugins.trac.wordpress.org/log/hybrid-ai-translator-for-translatepress/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.2

 * The “Watch the setup & translation video” link in the Pro upgrade panel now points
   to the Pro version overview video.
 * Removed the redundant perks line from the Pro upgrade panel for a cleaner layout.

#### 1.2.1

 * Added a “Watch the setup & translation video” link on the settings page so users
   can follow a YouTube walkthrough to install and configure the plugin.
 * Updated the Pro upgrade panel to list the “Delete ALL translations” tool (clear
   every cached translation in one click and re-translate fresh).

#### 1.2.0

 * Renamed plugin to “Hybrid AI Translator for TranslatePress”.
 * New PHP prefix `HAITP_` and text domain `hybrid-ai-translator-for-translatepress`.
 * Added `LICENSE.txt`, `uninstall.php`, and `load_plugin_textdomain()` for full
   WordPress.org compliance.
 * Activation safety: blocks Free activation when the Pro add-on is already active,
   so the two cannot collide.

#### 1.1.0

 * Cleaned up provider list and settings UI.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.2.2**
 *  Last updated **2 days ago**
 *  Active installations **10+**
 *  WordPress version ** 5.5 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [automatic translation](https://wordpress.org/plugins/tags/automatic-translation/)
   [google translate](https://wordpress.org/plugins/tags/google-translate/)[machine translation](https://wordpress.org/plugins/tags/machine-translation/)
   [multilingual](https://wordpress.org/plugins/tags/multilingual/)[TranslatePress](https://wordpress.org/plugins/tags/translatepress/)
 *  [Advanced View](https://wordpress.org/plugins/hybrid-ai-translator-for-translatepress/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/hybrid-ai-translator-for-translatepress/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/hybrid-ai-translator-for-translatepress/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/hybrid-ai-translator-for-translatepress/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/hybrid-ai-translator-for-translatepress/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/hybrid-ai-translator-for-translatepress/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/hybrid-ai-translator-for-translatepress/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/hybrid-ai-translator-for-translatepress/reviews/)

## Contributors

 *   [ MD MOJIBUR RAHMAN ](https://profiles.wordpress.org/fmojibur/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/hybrid-ai-translator-for-translatepress/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://mojibur.com)