nijikokun / iConomy3

Please, if you fork iConomy only do so if you are really fixing or adding something useful!
7 stars 1 forks source link

Singular Currency Name Option #4

Open N3X15 opened 13 years ago

N3X15 commented 13 years ago

Currently, there's only an option for plural (I assume) currency names. I'd like to see an option added for a singular version.

Ex: [Money] You have 1 dollar in your account. Rather than [Money] You have 1 dollars in your account.

I realize this is a pretty minor thing, but it adds a level of professionalism to iConomy.

ShadowDrakken commented 13 years ago

adding support for plurals is a little difficult, since not everything conjugates the same way... probably he best solution is to change Currency: to support both forms of the word

nijikokun commented 13 years ago

Yes, I will add another configuration option whenever I get the source code, this will make it easier to deduce which is which.

Maybe just like this:

Currency: Coin
    Plural: Coins

That way you could do, Money

ShadowDrakken commented 13 years ago

Nijikokun --> http://github.com/coelho/iConomy-4 you've already been added as a contributor :)