@strapi-ai/translator
v0.0.2
Published
AI translation workflow plugin for Strapi
Maintainers
Readme
AI Translator for Strapi
AI translation plugin for Strapi 5. Translates localized content with any OpenAI-compatible model, with a review step before anything touches your entry.
Install
npm install @strapi-ai/translator// config/plugins.ts
export default {
'ai-translator': { enabled: true },
};Configure
Set your API key, base URL, and model under Settings → AI Translator → Configuration. The plugin won't work until the API key is configured.

Translate
Open an entry in a target locale, hit Translate content, pick the source locale and fields.

Review
Compare source and translation side by side, edit inline, then accept or skip each field.

License
MIT
