Fekide / strapi-plugin-translate

Strapi plugin for automated translations using different Translate Providers
https://market.strapi.io/plugins/strapi-plugin-translate
MIT License
54 stars 21 forks source link

[FEATURE]: Translate slug field #156

Open leoplct opened 1 year ago

leoplct commented 1 year ago

I have two fields:

When using the plugin it successfully translate the title but the "slug" is left with default value (entity-{id}). How can I set the slug field as slugify(title) ? Is there a way I could override this by myself?

layaxx commented 1 year ago

I added an option to automatically regenerate uids after translation, same as proposed in https://github.com/Fekide/strapi-plugin-translate/pull/157 Github just won't let me create a new branch right now, so I added it to this MR ^^

Hope this addresses your issue

Edit: I actually also cannot push to the other branch right now, maybe some Issue with GitHub?