I've a site powered by Drupal, which is infact a community blog. Now I want to translate digits like 0,1,3,.. etc into my language - Bangla/Bengali.
Sample Translation: 1 stands for "১" in my language, 2 stands for "২" , 3 stands for "৩" and so on.
In my blog site, a string like "total 23 comments" should be converted to "total ২৩ comments" - please note that the words "total", "comments" etc are already translated by using the translation module.
Now, to perform a site-wide translation of all english digits, what to do?