translationstudio brings enterprise translation management automation to Strapi. Use translationstudio to send translations to your favourite translation provider, either machine translation services or translation agencies.
Note
You will need a translationstudio subscription to use this plugin. Different plans, including a free plan, are available at https://translationstudio.tech
- ✅ Full automation to increase efficiency and time to market
- ✅ Easy to use interface
- ✅ Dashboard to stay up to date with recent translation processes
- ✅ Connect to industry standard translation service providers
- ✅ Choose between immediate or quote-based translation requests for translation management
...and much more
Install this plugin to Strapi via
npm i @translationstudio/translationstudio-strapi-extensionOnce installed, you will see two new icons in your administration panel:
Once the plugin is installed, navigate to translationstudio settings in Strapi's admin panel.
- Generate your access token and save it for later use
- Access your account.translationstudio.tech Strapi configuration and set the URL for translationstudio to reach your Strapi instance
- Assign your access token. This will authorize translationstudio to "talk" to Strapi.
- Verify the connection and fetch available languages
- Create a license and save it for later use.
- Click on save
Tip
If you have not yet configured your translation service providers, now is the time.
Finally, create translation options for your editors and save your changes again.
On the translationstudio settings page, paste your translationstudio license created earlier and click on save.
Tip
translationstudio is ready to use.
When editing an entry, a translationstudio panel will be available at the right. Choose your translation options and initiate a translation request after you have completed editing.
You can access your translationstudio dashboard to
- Access your translation history
- Translate multiple entries
To translate multiple entries, select Translate multiple entries, choose your content type and select the entries you wish to translate. The translate button at the lower right opens a translation request popup for you to choose your action.
Follow these steps:
- run
npm install -g yalcin this folder - run
npm install(if there are errors, add--legacy-peer-deps) - run
npm run watch:linkin this folder - Create a new strapi project and enter the folder
- run
npx yalc add --link @translationstudio/translationstudio-strapi-extension - start strapi in development mode
- Update version number
- run
npm run build - run
npm publish --access public
See the LICENSE file for licensing information



