python-babel / babel

The official repository for Babel, the Python Internationalization Library
http://babel.pocoo.org/
BSD 3-Clause "New" or "Revised" License
1.29k stars 432 forks source link

Fallback to LC_MONETARY when formatting currency #1051

Open afh opened 6 months ago

afh commented 6 months ago

POSIX defines the LC_MONETARY category to be used for monetary formatting, hence babel could be more standards-compliant in this regard.

afh commented 6 months ago

Friendly ping to @akx and @oprypin to get some eyes on this. Not sure if you are the right folks to ping, yet looking at other PRs it seems you would at least know who else to get involved 🙂

afh commented 5 months ago

Thanks for the review and feedback, @akx, much appreciated. I'll look into addressing your comments and updating this PR accordingly. Not sure when I can get to it, but I'll try to make time soon.