It would be cool to be able to change currency name in a domain-specific manner.
We'd need 4 things:
- currency long name - singular (
franc )
- currency long name - plural (
francs )
- currency symbol - singular (
fr )
- currency symbol - plural (
frs )
Plural would default to singular if not provided.
Any i18n module provides pluralizer function I think.
It would be cool to be able to change currency name in a domain-specific manner.
We'd need 4 things:
franc)francs)fr)frs)Plural would default to singular if not provided.
Any i18n module provides pluralizer function I think.