- Issue created by @maacl
- Issue was unassigned.
- Status changed to Needs review
9 months ago 8:54pm 5 March 2024
On sites using current Drupal versions > 8 the transliteration module is not available, but there is service in available in Drupal Core.
The module is checking the dependency on the transliteration module, and this will always fail. So transliteration is never available.
Install module on D10. Try to enable transliteration of generated user names.
Remove dependency on Drupal 7 transliteration module and use Drupal Core Transliteration Class.
Needs review
1.0
Code