This plugin automatically adds a locale to the end of the slug.
This plugin operates by appending a locale to the end of a slug. It specifically works with fields named 'title' or 'name'. The plugin retrieves the value from these fields and applies it according to the pattern specified in the plugin's basic settings. You must select either 'title' or 'name' in the pattern option for the plugin to function correctly.
- Automatically appends locale information to slugs.
- Supports multiple locales.
- Easy integration with existing projects.
- No need extra configuration.
To install the plugin, follow these steps:
Using npm:
npm install auto-locales-slug
Using yarn:
yarn add auto-locales-slug
- Required Strapi Version: 5.x.x
If you encounter any issues or bugs, please report them at our GitHub Issues page.