Releases: Fekide/strapi-plugin-translate
Releases · Fekide/strapi-plugin-translate
[email protected]
strapi-provider-translate-deepl 1.0.0-next.1 (2022-11-13)
Features
- handle format of text field types (94570e0), closes #25
- provider system: use a provider system, renames the plugin to strapi-plugin-translate (dcde4af), closes #30 #26
- setup: parse default environment variables (da79089)
BREAKING CHANGES
- Translate service api requires array of objects of shape
{field:string,format:string} instead of just the field as string - provider system: Rename plugin to strapi-plugin-translate
Dependencies
- strapi-plugin-translate: upgraded to 1.0.0-next.1
[email protected]
[email protected]
strapi-plugin-translate 1.0.0-next.1 (2022-11-13)
Features
- admin: update translate icon (9bf1c07)
- handle format of text field types (94570e0), closes #25
- provider system: use a provider system, renames the plugin to strapi-plugin-translate (dcde4af), closes #30 #26
BREAKING CHANGES
- Translate service api requires array of objects of shape
{field:string,format:string} instead of just the field as string - provider system: Rename plugin to strapi-plugin-translate
v0.4.0
What's Changed
- Implement batch translation by @sargreal in #7
- Implement translation overview page by @sargreal in #10
- Rate limiting by @sargreal in #18
- 13 allow specifying for each field to be included in the translation or not by @sargreal in #17
- 20 eslint not working in the v04 branch by @layaxx in #21
- Add support for languages Indonesian, Turkish and Ukrainian
Known Issues
- Translation of relations can not be configured in the frontend. See strapi/strapi#14718
- The types of attributes that can be configured in the frontend are limited to
component
,dynamiczone
,media
,relation
,richtext
,string
andtext
and do not take the serverside plugin settings into account (Limitation on how the UI is initialized)
New Contributors
Full Changelog: v0.3.9...v0.4.0
v0.4.0-rc.1
What's Changed
- Implement batch translation by @sargreal in #7
- Implement translation overview page by @sargreal in #10
- Rate limiting by @sargreal in #18
- Allow specifying for each field to be included in the translation or not by @sargreal in #17
- ESLint not working in the v04 branch by @layaxx in #21
New Contributors
Known Issues
- Translation of relations can not be configured in the frontend. See strapi/strapi#14718
- The types of attributes that can be configured in the frontend are limited to
component
,dynamiczone
,media
,relation
,richtext
,string
andtext
Full Changelog: v0.3.9...v0.4.0-rc.1