strapi-plugin-auto-locales-slug
v0.0.4
Published
Auto locales will add auto end of the slug
Maintainers
Readme
Auto Locales Slug Strapi Plugin

Description
This plugin automatically adds a locale to the end of the slug.
How It Works
This plugin checks at the database level whether the slug is available. It 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.
Features
- Automatically appends locale information to slugs.
- Supports multiple locales.
- Easy integration with existing projects.
- No need extra configuration.
Installation
To install the plugin, follow these steps:
Using npm:
npm install auto-locales-slugUsing yarn:
yarn add auto-locales-slugCompatibility
- Required Strapi Version: 5.x.x
Bug Report
If you encounter any issues or bugs, please report them at our GitHub Issues page.
