Description
JageJobs AI Content Translator allows you to translate any WordPress Post or Page using either Google Gemini (free tier available) or OpenAI AI with just one click.
Features
- Translate any Post or Page instantly
- Choose between Google Gemini (Free) or OpenAI GPT-3.5
- Works with Gutenberg (Block Editor) and Classic Editor
- Creates translated drafts automatically
- Copies featured images to translations
- Frontend language switcher with country flags
- Beautiful modal popup for translation status
- Shortcode: [jage_language_switcher]
- No external plugin dependencies
Supported Languages
English (Source), Spanish, French, German, Italian, Portuguese, Dutch, Japanese, Chinese
AI Providers
Google Gemini (Free) – 1,500 free requests per day. No credit card required. Perfect for most users.
OpenAI – GPT-3.5 Turbo. Established provider with reliable performance. Requires paid API key.
External Services
This plugin connects to third-party AI APIs to provide translation services:
Google Gemini API
- Purpose: Translates post/page content
- Data sent: Post title, content, and target language
- When: When user clicks “Translate Now” button
- Free tier: 1,500 requests/day
- Website: https://aistudio.google.com/
- Privacy Policy: https://policies.google.com/privacy
OpenAI API
- Purpose: Translates post/page content
- Data sent: Post title, content, and target language
- When: When user clicks “Translate Now” button
- Pricing: Pay-as-you-go
- Website: https://openai.com/
- Privacy Policy: https://openai.com/privacy/
Users must provide their own API keys. No data is stored by this plugin.
Installation
- Upload the plugin folder to
/wp-content/plugins/or install via WordPress admin - Activate the plugin through the ‘Plugins’ menu
- Go to AI Translator menu in admin sidebar
- Enter your Google Gemini API key (free from aistudio.google.com) or OpenAI API key
- Edit any Post or Page – click “Translate Now” in the sidebar
FAQ
-
Do I need an API key?
-
Yes. You need either a free Google Gemini API key (from aistudio.google.com) or an OpenAI API key (from platform.openai.com).
-
Is there a free option?
-
Yes! Google Gemini offers 1,500 free requests per day. No credit card required.
-
Which provider should I choose?
-
Google Gemini is completely free for most users (1,500 requests/day). OpenAI is a paid alternative if you need higher limits or prefer OpenAI.
-
Does this work with Gutenberg?
-
Yes, it works perfectly with both Gutenberg (Block Editor) and Classic Editor.
-
Does this work with custom post types?
-
No. This plugin is designed specifically for WordPress Posts and Pages.
-
How do I show the language switcher?
-
Enable it in settings or use shortcode: [jage_language_switcher]
-
What Gemini model is used?
-
The plugin uses gemini-2.5-flash by default (active until June 17, 2026). You can update the model name in settings when Google releases newer models.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“JageJobs AI Content Translator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “JageJobs AI Content Translator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.3.0
- Added Google Gemini AI support (free tier – 1,500 requests/day)
- Gemini is now the default provider
- Removed DeepSeek (simplified to OpenAI + Gemini)
- Added beautiful modal popup instead of browser alerts
- Improved translation success/error messages
- Updated settings page with Gemini model configuration
- Gemini model name can be updated by users (future-proof)
1.2.0
- Fixed CSS/JS enqueuing (now uses wp_add_inline_style/script)
- Added proper escaping for all output
- Updated plugin name to be more distinctive
- Added external services documentation
1.1.0
- Added frontend language switcher with flags
- Added shortcode support
1.0.0
- Initial release
- DeepSeek and OpenAI support
- Gutenberg and Classic Editor compatible