Skip to main content

Drupal ^8: Hey, what happened to the transliteration module?

I must admit that one of the contrib modules that i always used to install with a drupal 7 website was the transliteration module. It's a life saver! So when i started building websites in drupal 8 i was like "Hey wait a minute, where is the transliteration module for drupal 8/9?"

Well here it is https://www.drupal.org/project/transliterate_filenames

Now there is a small change with this module. It only works for filenames. The old drupal 7 module works for urls too. But for me the biggest worry for using the transliteration module was to safely rename the "greek" or whatever file names in a utf-8 latin safe filename.

 

 

transliteration

Latest Articles

Using drupal/core-composer-scaffold to prevent rewriting .htaccess or robots.txt file admin_pixelthi… Sun, 12/01/2024 - 16:49 Using drupal/core-composer-scaffold to prevent rewriting .htaccess or robots.txt file

Using drupal/core-composer-scaffold to prevent rewriting .htaccess or robots.txt file

composer
Controlling ckeditor styling options with hook_editor_js_settings_alter admin_pixelthi… Thu, 05/16/2024 - 10:49 Controlling ckeditor styling options with hook_editor_js_settings_alter

Controlling ckeditor styling options with hook_editor_js_settings_alter

php hook hook_editor_js_settings_alter hook_field_widget_single_[WIDGET_TYPE]_form_alter
Upgrading Drupal 9 Modules for Drupal 10: A Simple Guide admin_pixelthi… Tue, 09/05/2023 - 14:18 Upgrading Drupal 9 Modules for Drupal 10: A Simple Guide

Upgrading Drupal 9 Modules for Drupal 10: A Simple Guide

composer drupal9 drupal10