https://github.com/translationstudio/strapi-extension
translationstudio extension for Strapi
https://github.com/translationstudio/strapi-extension
strapi-cms strapi-plugin translation-management
Last synced: 6 months ago
JSON representation
translationstudio extension for Strapi
- Host: GitHub
- URL: https://github.com/translationstudio/strapi-extension
- Owner: translationstudio
- License: other
- Created: 2025-04-28T09:02:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T08:46:52.000Z (about 1 year ago)
- Last Synced: 2025-09-14T22:53:31.763Z (9 months ago)
- Topics: strapi-cms, strapi-plugin, translation-management
- Language: TypeScript
- Homepage: https://translationstudio.tech
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# translationstudio Strapi Extension
## Installation
Install this plugin via
```bash
npm i @translationstudio/translationstudio-strapi-extension
```
## Configuration
Once 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
## Development
Follow these steps:
1. run `npm install -g yalc` in this folder
2. run `npm install` (if there are errors, add `--legacy-peer-deps`)
3. run `npm run watch:link` in this folder
4. Create a new strapi project and enter the folder
5. run `npx yalc add --link @translationstudio/translationstudio-strapi-extension`
6. start strapi in development mode
### Publish package update
1. Update version number
2. run `npm run build`
3. run `npm publish --access public`