| 1 | PAGE IS NOT FINISHED YET! |
| 2 | = Blueprint: Transliteration = |
| 3 | == Purpose == |
| 4 | As Sahana Eden is used in countries which do not use roman letters (eg Sri Lanka), a transliteration feature that transforms roman lettercombinations into their transliterated equivalents (such as Tamil letters). |
| 5 | |
| 6 | == Possible use-case == |
| 7 | The CAP broker, which is currently work-in-progress, supports messages in different languages. Helpers might want to share messages in the county-specific letters. |
| 8 | |
| 9 | == Technical side == |
| 10 | There are several things that could be transliterated. On client-side we need a "transliteration-textinput", beeing implemented as a S3Widget. It replaces the normal textboxes, when a developer sets widget=S3TransliterationWidget for a field. |
| 11 | |