landofcoder/module-magento2-unicode-url

Magento 2 module for allowing categories and products UTF-8 URL keys

0.0.5 2021-09-14 14:34 UTC

This package is auto-updated.

Last update: 2024-03-01 00:20:33 UTC


README

Magento 2 module to save UTF-8 characheters allowing categories and products UTF-8 URL keys

  • Support Hebew language text in URL key
  • Support Non-Latin language text in URL key

Installation

Install this module within Magento 2 using composer:

composer require landofcoder/module-magento2-unicode-url

After this, enable the module as usual:

bin/magento module:enable Lof_UnicodeUrl
bin/magento setup:upgrade
bin/magento cache:clean