Dean Karn
Dean Karn
@kumarharsh could you can provide some more details about how your using the package? it's built this way to denote a differing currency because some currency symbols are the same...
Ok I understand the code, I mean the context of your application eg. Why are you using en_US translator to try and display other locales currency symbols? Why not use...
Ok but still trying to understand what you wouldn't use the locale that has the currency symbol? I prefer to stick to the CLDR data so that I can keep...
Yes definitely helps thanks! I understand the issue now and for locale en_US and the FmtCurrency you should get $2000.00 I'll write up a test to confirm, perhaps I have...
Hey @kumarharsh There is an issue with some of the `en` sub languages `en_US`, `en_GB` ... `en_CA` seems to be fine. I'll take a look as soon as I am...
Hey @kumarharsh So I looked into this some more and you should use locale `en` instead of `en_US` Long Story: Whenever I can find some time I'll be converting my...
hello @joeblew99 and thanks for your interest in the project! the main example in the README is really just showcasing the functions available, but the tests are actually asserting see...
I was initially going to do that, however like I said the CLDR files are not perfects, so if I generate tests based off of that data, of course all...
not a bad idea, I'll look into generating the initial test files it may take me a while to get to it as this is not my only project, but...
OK so I generating the skeleton of the test files and now just need help from persons with locale knowledge to fill in the test cases.