Linux 软件免费装
Banner图

Hybrid AI Translator for TranslatePress

开发者 fmojibur
更新时间 2026年8月3日 18:48
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

google translate multilingual machine translation translatepress automatic translation

下载

1.2.3 1.2.0 1.2.1 1.2.2

详情介绍:

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: https://youtu.be/UO3a7TIoNQ8 Official Website | Video Tutorial 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 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 External services This plugin connects to one external service to function: Google Translate (Unofficial)https://translate.googleapis.com/translate_a/single 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. The Free plugin is complete on its own — Pro is optional.

安装:

  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.

屏幕截图:

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

升级注意事项:

1.2.3 Bug fix release: removes a PHP notice on the settings page. No settings changes required. 1.2.2 Minor UI update to the Pro upgrade panel. No settings changes required. 1.2.1 Adds an in-dashboard setup video link and documents the Pro "Delete ALL translations" tool. No settings changes required. 1.2.0 After upgrading, re-select the engine in TranslatePress → Automatic Translation (it is now labelled "Hybrid AI"). Existing settings carry over automatically.

常见问题:

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.

更新日志:

1.2.3 1.2.2 1.2.1 1.2.0 1.1.0 1.0.0