Hi. At magento 1 for example, if my category name is "Armação", the url automatically generated for this category is "armacao". The magento 1 automatically did it for special characters.
In magento 2 I dont know how to use it. There is a configuration to do it or magento 2 not support it?
Magento 2 example:
Category: Armação
Link after save: arma-o
printscreen: https://prnt.sc/tuqojk
I think the problem is with some characters like "Ç"
Please, help-me to solve it!
Hello @DaveShot
Check this solution, you can add your own translation for special character :
in Magento 2, file would be vendor/magento/module-catalog/Helper/Product/Url.php
There is no file URL file inside that folder in Magento 2.
There a module: module-catalog-url-rewrite
but I don't know how to apply a solution
I created an issue at magento github.
I will really appreciate some help... thank you
https://github.com/magento/magento2/issues/29444