strapi-plugin-menus
strapi-plugin-menus copied to clipboard
Can I enable localization in menus?
I want to add localization in menus please help how can I use localization with menus. I want to use "ur" locale.
@Tahaaskari97 Currently it is not possible but I will be revisiting this plugin very, very soon and I'll be addressing a lot of updates including better localization support 👍🏻
I simply made a new navigation plugin that supports localization.
It's quite stable, but the feature set might differ. Happy to take feature requests and pull requests. Any feedback is most welcome.
Pros:
- i18n, Nationalization: seperate navigation for every locale
- Configurable via config file
- Strapi conformant REST API to fetch hierarchical menu data
- Typescript types for REST responses included
- Navigation items may be associated with a custom content type (ie. that represents a page or section on your website)
- Import / Export of navigation structure via strapis native command line tools
@mattmilburn : I am happy to exchange experience or code for the sake of fixing and completing both plugins.
Hi @mattmilburn, any update on this feature?