Cyrillic to Latin
Categories
Component ID
2909535
Component name
Cyrillic to Latin
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
414
Component created
Component changed
Component body
Converts cyrillic to latin letters on the fly for Serbian language. At this moment, the module will convert only strings that are passed through Drupal t() function. That means that content won't be translated.
There is one special case that this module handles. If you are using the Address module, country name will be converted to latin.
How to use it?
Use Composer or Drush to install the module:
composer require drupal/cyrillic_to_latin
drush en cyrillic_to_latin -y
You just need to install it. There is nothing to configure.
Do you want to request a feature or to report a bug? Please create an issue I will respond to you as fast as I can. This module is still in development phase, so your ideas are always welcomed.

