Module Description
Cyrillic to Latin module will convert strings that are passed through Drupal t() function and string/text field values. If you are using the Address module, the country name will also be converted to Latin.
Installation and usage
Use Composer to install the module:
composer require drupal/cyrillic_to_latin
and then enable it with Drush:
drush en cyrillic_to_latin -y
You can enable/disable string conversion here:
'/admin/config/regional/cyrillic-to-latin'
Installation and usage
Use Composer to install the module:
composer require drupal/cyrillic_to_latin
and then enable it with Drush:
drush en cyrillic_to_latin -y
You can enable/disable string conversion here:
'/admin/config/regional/cyrillic-to-latin'
Module Link
Project Usage
120
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module solves the issue of converting Cyrillic characters to Latin characters in strings passed through Drupal t() function and string/text field values, including country names in the Address module.
Data Name
cyrillic_to_latin