-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(admin): add batch updating #157
Conversation
strapi v4.8 seems to throw error if Td element is not direct child of Tr element fix #142
…-undefined-reading-row fix(admin): fix error with strapi v4.8
## strapi-provider-translate-libretranslate [1.0.1](https://github.com/fekide/strapi-plugin-translate/compare/strapi-provider-translate-libretranslate@[email protected]) (2023-03-19) ### Dependencies * **strapi-plugin-translate:** upgraded to 1.1.2
## [1.1.2](https://github.com/Fekide/strapi-plugin-translate/compare/[email protected]@1.1.2) (2023-03-19) ### Bug Fixes * **admin:** fix error with strapi v4.8 ([cdf22ad](cdf22ad)), closes [#142](#142) * **provider-libretranslate:** throw error if no API URL is provided ([ad35472](ad35472)) ### Features * **provider:** add libretranslate provider ([dafff33](dafff33)), closes [#87](#87)
## [1.1.2](https://github.com/fekide/strapi-plugin-translate/compare/strapi-provider-translate-deepl@[email protected]) (2023-03-19) ### Bug Fixes * **admin:** fix error with strapi v4.8 ([cdf22ad](cdf22ad)), closes [#142](#142) * **provider-libretranslate:** throw error if no API URL is provided ([ad35472](ad35472)) ### Features * **provider:** add libretranslate provider ([dafff33](dafff33)), closes [#87](#87)
Bumps [multi-semantic-release](https://github.com/dhoulb/multi-semantic-release) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/dhoulb/multi-semantic-release/releases) - [Commits](dhoulb/multi-semantic-release@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: multi-semantic-release dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…antic-release-3.0.2 build(deps-dev): bump multi-semantic-release from 3.0.1 to 3.0.2
One example test included for now with direct translation. Not yet suitable for ci run since the setup is not fully automated yet
Adds two tests for direct translation and a single one for batch translation. fix #135
waited on wrong url after uid regeneration
fixes an issue with node 18
Allow testing codebase for multiple supported strapi versions
listens for changes to localized entities and offers batch translation for updated entities fix #109
Codecov Report
@@ Coverage Diff @@
## next #157 +/- ##
==========================================
+ Coverage 42.67% 43.58% +0.91%
==========================================
Files 43 52 +9
Lines 771 936 +165
Branches 162 197 +35
==========================================
+ Hits 329 408 +79
- Misses 303 362 +59
- Partials 139 166 +27
Flags with carried forward coverage won't be shown. Click here to find out more.
|
add option to ignore contentTypes and wether to regenerate uids or not
docs(readme): update content
…-have-a-problem-with-bound-entities fix(relations): make default behavior translations
…tion-with-relations-in-components fix(direct-translation): issue with translating relations in components
## strapi-provider-translate-libretranslate [1.0.2](https://github.com/fekide/strapi-plugin-translate/compare/strapi-provider-translate-libretranslate@[email protected]) (2023-04-09) ### Dependencies * **strapi-plugin-translate:** upgraded to 1.1.3
## [1.1.3](https://github.com/Fekide/strapi-plugin-translate/compare/[email protected]@1.1.3) (2023-04-09) ### Bug Fixes * **direct-translation:** issue with translating relations in components ([9599782](9599782)), closes [#152](#152) * **relations:** make default behavior translations ([bf03402](bf03402)), closes [#161](#161)
## [1.1.3](https://github.com/fekide/strapi-plugin-translate/compare/strapi-provider-translate-deepl@[email protected]) (2023-04-09) ### Bug Fixes * **direct-translation:** issue with translating relations in components ([9599782](9599782)), closes [#152](#152) * **relations:** make default behavior translations ([bf03402](bf03402)), closes [#161](#161)
by default, only one row per contentType is shown, which can be expanded to display all updates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add margins to batch-update dialog, translate all text
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 This PR is included in version 1.0.3-next.1 🎉 The release is available on npm package (@next dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.2.0-next.1 🎉 The release is available on npm package (@next dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.4-next.1 🎉 The release is available on npm package (@next dist-tag) Your semantic-release bot 📦🚀 |
Any chance this is getting release soon? 🙏 |
🎉 This PR is included in version 1.3.0-next.1 🎉 The release is available on npm package (@next dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.13-next.1 🎉 The release is available on npm package (@next dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.12-next.1 🎉 The release is available on npm package (@next dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.16-next.1 🎉 The release is available on npm package (@next dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.15-next.1 🎉 The release is available on npm package (@next dist-tag) Your semantic-release bot 📦🚀 |
listens for changes to localized entities and offers batch translation for updated entities
fix #109