GitHub repository
The plugin is open source — browse the code, report issues, and contribute.
The plugin is open source — browse the code, report issues, and contribute.
The Weglot plugin for Craft CMS is developed in the open. Its full source code lives on GitHub at weglot/translate-craftcms. You are welcome to read the code, report issues, suggest improvements, and contribute.
Open an issue on the repository's issue tracker. To help us reproduce a bug, please include:
the steps to reproduce it,
your Craft CMS and Weglot plugin versions,
your PHP version,
any relevant errors from your Craft logs.
For account, billing or urgent matters, contact support@weglot.com rather than opening a public issue.
Every release is documented in the CHANGELOG. Check it before upgrading to see what changed.
Pull requests are welcome:
Fork the repository and create a branch for your change.
Follow the project's coding standards (PSR-12 and the Craft CMS coding guidelines).
Run the quality suite and make sure everything passes.
Open a pull request describing your change.
composer run check-cs # code style (dry-run)
composer run phpstan # static analysis
composer run rector # code modernization
composer run test # unit tests