The transliteration module provides one-way string transliteration (romanization) and cleans file names during upload by replacing unwanted characters.

learn more… | top users | synonyms

0
votes
1answer
71 views

The file names are not transliterated on upload

I am using Drupal 7 and have transliteration module enabled. I have a file field and I want to have the names of the uploaded files to be transliterated on upload. The url alias for the nodes are ...
0
votes
0answers
35 views

Change transliteration rules

Is there a way to change transliteration rules of letter combinations? I can replace certain letters but in cyrillic I need to change also possible combinations of letters. for example I have ...
1
vote
2answers
188 views

Partial URL transliteration?

Is it possible to partially transliterate URL alias, so to leave for example the case of the node title unchanged, such as in: /this/is/my/transliterated/path/THIS-IS-UNCHANGED-Node-Title-888 with ...
2
votes
0answers
280 views

URL transliteration in Views rewrite?

I have a View of taxonomy terms and for some reason I need to overwrite the terms' fields and link them "manually", using "Output this field as link". How can I process the '[name]' token through ...