Search by

hmphu / magento2-vietnam-translit-urls

hmphu

Friendly url for vietnamese accented characters ("ồ" => "o", "ừ" => "u").

Package info

github.com/hmphu/magento2-vietnam-translit-urls

Type:magento2-module

pkg:composer/hmphu/magento2-vietnam-translit-urls

Statistics

Installs: 126

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2021-07-04 10:34 UTC

This package is auto-updated.

Last update: 2026-09-04 22:21:28 UTC


README

Latest Version on Packagist Software License

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

  1. Install via composer
    composer require hmphu/magento2-vietnam-translit-urls
    
  2. Enable module
    bin/magento setup:upgrade
    

Configuration

Zero configuration needed.

Credits

License

The MIT License (MIT). Please see License File for more information.