hmphu / magento2-vietnam-translit-urls
Friendly url for vietnamese accented characters ("ồ" => "o", "ừ" => "u").
Installs: 86
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1.0
- magento/framework: >=100.0.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-04 18:06:13 UTC
README
Purpose
The common Vietnamese characters are automatically adapted when URLs are created, but some accented characters are not converted. For example, an ồ
becomes a _
. This module solves this problem and converts characters correctly in URLs (ồ
=> o
, ừ
=> u
...)
Restrictions
This module only affects the URL generation when URLs are auto-generated, i.e. when a new Product / Category / CMS Page is created, but the field "URL Key" is left empty. In that case, the URL key is being generated from the name. It doesn't affect existing Products / Categories / CMS Pages, as URL Keys are already generated for them.
Installation
- Install via composer
composer require hmphu/magento2-vietnam-translit-urls
- Enable module
bin/magento setup:upgrade
Configuration
Zero configuration needed.
Credits
License
The MIT License (MIT). Please see License File for more information.