All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Craft 5 support
- Craft 5 support
- fixed regex allowing for spaces in twig syntax
- Fixed for single site use
- Fixed for single site use
- Removed status icons in translation overview
- Added keyboard shortcut to save translations
- Craft 4 compatibility
- Craft 4 compatibility
- Fixed an issue where saving module translations wasn't working
- Fixed a crash when no plugin translations were registered
- Added an event to register plugin translations
- Plugin translations are now save on site level instead of in the vendor directory.
- Better fallback for missing siteId value
- Site ID should always be an integer.
- Fixed an issue where the siteId would not be set when navigating straight to the Translate page after login
- Fixed an issue with the regex used to match translations in Twig files
- Basic unit tests to validate certain string parsing scenario's
- Fixed an issue where the wrong site ID was used on initial load of the plugin page
- Fixed PSR-4 autoloading issue.
- Added translatable strings from modules.
- Improved loading new translations after safe to account for slower fetch from files. This should fix the "save & see old data" problem.
- Sleep for two seconds in the get function
- Fixed previous bug that wasn't interely fixed
- Fixed bug where new translations didn't immediately show in the translations view
- Added the option to see translations of any status in the same view. So we now have All/Pending/Live.
- Initial release