projectfluent / python-fluent

Python implementation of Project Fluent
https://projectfluent.org/python-fluent/
Other
210 stars 26 forks source link

Add support for `NUMBER(..., currencyDisplay="name")` #167

Open sandalwoodbox opened 3 years ago

sandalwoodbox commented 3 years ago

I was reading through the docs and noticed:

We do not yet support NUMBER(..., currencyDisplay="name") - see this python-babel pull request which needs to be merged and released.

The linked pull request was merged and there have been releases since then, so it should be possible to add this support now.