Install this plugin via
npm i @translationstudio/translationstudio-strapi-extensionOnce the plugin is installed, navigate to the extension's configuration entry in Strapi's admin panel
Generate your access token and add it to your account.translationstudio.tech Strapi configuration
Add your translationstudio license (account.translationstudio.tech) and click on save
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-strapi-extension_ - start strapi in development mode
- Update version number
- run
npm run build - run
npm publish --access public