John Cappiello - Dojo.common-0.4.1
({
displayName: "INR",
symbol: function(value){return (value == 1) ? "Re." : "Rs.";}
})
This infrastructure is considered to be beta.
Everything should be usable, to a certain degree.
({
displayName: "INR",
symbol: function(value){return (value == 1) ? "Re." : "Rs.";}
})