strapi-community / strapi-plugin-slugify

A plugin for Strapi Headless CMS that provides the ability to auto slugify a field for any content type.
https://market.strapi.io/plugins/strapi-plugin-slugify
MIT License
45 stars 21 forks source link

Slugify with count does not count per locale #124

Open pepijn-vanvlaanderen opened 4 months ago

pepijn-vanvlaanderen commented 4 months ago

Currently the slugifyWithCount option counts based on all locales, even when the slug field is set to internationalization.

Ideally you would want to count per locale.

abhijithkmpixel commented 1 month ago

same issue here The checking must be done on local level not on global level also i found that enabling this plugin removes the internalisation in content types not sure whether it for me only