Wopisanje
Add auto AI translation caperbility to Polylang using OpenAI/ChatGPT or Anthropic/Claude.
This plugin connects to OpenAI/ChatGPT (api.openai.com) or Anthropic/Claude (api.anthropic.com) in PHP from the WordPress admin in order to faciliate the translations. When a WordPress author has the plugin activated, has entered their OpenAI API key in the settings, and clicks new translation from Polylang, the plugin will send the post title and post content to OpenAI or Anthropic for tranlsation.
Instalacija
This section describes how to install the plugin and get it working.
- If not already installed, install and activate the Polylang plugin https://www.wordpress.org/plugins/polylang/
- Upload entire
ai-translate-polylang
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Edit AI Translate settings at Languages -> AI Translate
- Click the translate button on a post or page
Pohódnoćenja
Sobuskutkowarjo a wuwiwarjo
„AI Translate For Polylang“ je softwara wotewrjeneho žórła. Slědowacy ludźo su k tutomu tykačej přinošowali.
SobuskutkowarjoPřełožće „AI Translate For Polylang“ do swojeje rěče.
Na wuwiću zajimowany?
Přehladajće kod, hladajće do SVN-repozitorija abo abonujće wuwiwanski protokol přez RSS.
Protokol změnow
1.1.0
- Set post language on new post before trying to tranlsate
1.0.9
- Fix PHP 8.X warning
1.0.8
- Correctly set author in translated post
1.0.7
- Copy author and dates when translating post
1.0.6
- Add helper function for programmatic translation in PHP
1.0.5
- Edit prompt to make sure only the new content is returned
1.0.4
- Use PageApp for SettingsLib if avaliable
1.0.3
- Add Claude API
- Add options to translate or clear out prior meta
1.0.2
- Futher updates for WordPress plugin standards
1.0.1
- Updates for WordPress plugin standards
1.0.0
- Initital version