On Mon, Sep 17, 2001 at 09:04:54AM -0500, José Luis Rey wrote:
| Hi, since I'm not shure I can write to modules list I'll write this to
| you, please let me known if I may answer to all the addresses in this
| mail.
Sure you can talk to [EMAIL PROTECTED] -- that's what we're there for!
| > It's a tough one.
|
| Yes, it is. One of reasons I've though about using Lingua::ES:Numbers
| is that numbers in spanish doesn't have the same customization as in
| english, as an example my module manages sex on the numbers, I would
| like to study a little bit more before providing Lingua::ES::Numbers as
| compatible as possible with the EN variant, but that may imply making
| some extensions and/or changes to Lingua::EN::Numbers to be a fully
| generic module to provide all funcionality needed by other
| Lingua::XX::Numbers modules, that seems very difficult without the help
| of people that speak different languages and want to develop a generic
| interface for Lingua::XX::Numbers.
While it would be nice for all the Lingua::XX::Numbers modules to follow
a common API so you could easily switch between them, I don't think this
is currently the case, and I wouldn't let it stop you or slow you down.
Note also that there is stuff like Lingua::EN::Numbers::Ordinal which
turns "1" into "1st", "23" into "23rd" and so on. You can always have
similar add-ons for your Spanish module.
| By now, it should be not to difficult to make a wrap called
| Lingua::ES::Numbers arround my module following the same interface as
| Lingua::EN::Numbers. I may install the later automatically with the
| former.
Why not talk to the author of Lingua::EN::Numbers and see if you think
it'd be useful to have a common API? You might also want to talk to the
author of Lingua::JA::Number and Lingua::ID::Nums2Words, if you're going
to go down that route.
K.