Deleted disambiguate_symbol for USD#1120
Deleted disambiguate_symbol for USD#1120igor-alexandrov wants to merge 1 commit intoRubyMoney:mainfrom
Conversation
|
but this is correct. There are other currencies that use this symbol, e.g. Mexican Peso. If you're in Mexico you'd think |
|
If this is correct, then the documentation should be updated because it says the opposite. At the same time, if you really need to disambiguate USD, you can always override the default config with |
|
@yukideluxe please look at this too. |
|
@igor-alexandrov I've been doing a bit of research and other currencies that also use the I am inclined to think that the documentation is wrong here 🙏🏻 Is this causing you any issues? |
|
@yukideluxe I am okay to keep the configuration as it is now. The documentation should be updated in this case (I will make a PR), also I think it will be good to provide an example of how to delete the |
Thank you! 🙏🏻 |
|
Hi there @igor-alexandrov, any idea when you think you could update the documentation? 🙏🏻 |

USD should not have
disambiguate_symboland prices in USD should always be formatted like$10,000, the documentation confirms this: https://github.com/RubyMoney/money/blob/main/lib/money/money/formatter.rb#L181.Currently,
Money.new(100, 'USD').format(disambiguate: true)printsUS$1.00, which is wrong and confusing.