Skip to content

Releases: Fekide/strapi-plugin-translate

[email protected]

13 Nov 12:43
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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]

13 Nov 16:08
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

strapi-plugin-translate 1.0.0-next.2 (2022-11-13)

Features

  • admin: remove tabs for now (c0d587c)

[email protected]

13 Nov 12:44
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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

28 Oct 15:10
Compare
Choose a tag to compare

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 and text 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

26 Oct 17:22
Compare
Choose a tag to compare
v0.4.0-rc.1 Pre-release
Pre-release

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 and text

Full Changelog: v0.3.9...v0.4.0-rc.1

v0.3.9

24 Oct 09:14
Compare
Choose a tag to compare

What's Changed

  • Fix npm warnings about incompatible engine versions by @rassie in #19

New Contributors

Full Changelog: v0.3.8...v0.3.9

v0.3.8

19 Sep 18:27
Compare
Choose a tag to compare

What's Changed

  • Fix Error "glossaryId should be a string if it is defined" by @tilman in #16

New Contributors

Full Changelog: v0.3.7...v0.3.8

v0.3.7

21 May 12:55
Compare
Choose a tag to compare

What's Changed

  • fix: 413 Error when fields are too large by @sargreal in #11
  • Fix error in translating empty components with relations by @sargreal in #15

Full Changelog: v0.3.6...v0.3.7

v0.3.6

08 May 22:14
Compare
Choose a tag to compare

Fixes:

  • Bug with environment variables not being parsed correctly (see #14)

Full Changelog: v0.3.5...v0.3.6

v0.3.5

21 Mar 16:09
Compare
Choose a tag to compare

What's Changed

  • Fix: localizations are removed after translating by @sargreal in #5

Full Changelog: v0.3.4...v0.3.5