https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352 --- Comment #27 from David Cook <dcook@prosentient.com.au> --- (In reply to Martin Renvoize from comment #26)
I'm tempted to come full circle and go back to using our DB to store just a relevant set of combinations.. perhaps populating it initially with a subset of the CLDR data which takes into account region + currency.
Might be preferable to adding an unsupported dependency or an overkill dependency.
Right now, I'm working on the maths side over at https://gitlab.com/mrenvoize/Koha/-/merge_requests/2, though I'm about to rip out Data::Money as a dependency.. in fixing that module I decided it would be easier to just replicate the bits we need within our codebase rather than pulling it in as a dependency and trying to disable the bit we don't want (the formatting)
Makes sense to me. While I like offloading maintenance onto third-party dependencies, sometimes it's easier to just implement the code ourselves instead of dealing with problematic dependencies. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.