- Issue created by @webmestre
- 🇮🇳India adityarawat_ln
Hi @webmestre,
To ensure the proper display of currency values and units, please enter the appropriate country code (e.g., USD for US Dollar, EUR for Euro) instead of using currency symbols directly. This will ensure accurate rendering of both the value and the unit.
I've attached an image illustrating my actions.
thank you.
- 🇩🇰Denmark arnested
You are right, @adityarawat_ln → .
The currency must be a 3-letter ISO 4217 currency code.
I'll add description to the field to explain this. And maybe some validation if I can find an easy way to do this.
- 🇫🇷France webmestre
Hi adityarawat_ln & arnested
this module is very good.
I also noticed it solves by itself a problem we can face in displaying decimal numbers like integers.
This module Human Decimal → does that. But only that.Number Fomatter → is really richer. Congrats!
- Merge request !3Issue #3436591 by arnested, adityarawat_ln, webmestre: Add description of currency setting → (Merged) created by arnested
- last update
9 months ago 3 pass - Status changed to Needs review
9 months ago 12:04pm 28 March 2024 - 🇩🇰Denmark arnested
Thank you for the kind words, @webmestre → .
The module just exposes PHP's NumberFormatter as a Drupal FieldFormatter. So all the heavy lifting is done by PHP itself.
And I think the module only supports a fraction of what PHP's NumberFormat is capable of. More or less the fractions I have had a use case for. :)
-
arnested →
committed 9c5eb179 on 2.0.x
Issue #3436591 by arnested, adityarawat_ln, webmestre: Add description...
-
arnested →
committed 9c5eb179 on 2.0.x
- Status changed to Fixed
9 months ago 12:19pm 28 March 2024 Automatically closed - issue fixed for 2 weeks with no activity.