Jen W

Results 7 comments of Jen W

The way we implemented this feature is as follows: - in the cldr/ directory, we created a directory called cldr/custom/ - this directory mirrors cldr/common/ - for every override that...

That was actually more-or-less our approach before we forked Babel and ended up with almost 1000 lines of overrides. D: Mostly due to new datetime skeletons and currency symbol overrides....

+1 We ran into this too and hacked around it and I never got around to logging an issue for it. ^_^ I like the approach of adding a kwarg...

There are a bunch of problems in this ticket. 1. Converting Arabic numerals to Persian numerals -> new Babel feature 2. Incorrect currency symbol -> CLDR data issue 3. Incorrect...

**Regarding 1. Converting Arabic numerals to Persian numerals** It looks like [data for this conversation is supported in the CLDR](http://www.unicode.org/repos/cldr/trunk/common/transforms/Persian-Latin-BGN.xml), but it's not currently read into Babel. IMO this is...

**Regarding 2. Incorrect currency symbol** ``` >>> print format_currency(123.45, 'IRR', locale='fa_IR') ‎ریال ``` Which is different from @5j9 's requested symbol '﷼' [CLDR 28 defines the currency symbol for the...

@nemacysts - go ahead and merge! Sorry about the delayed reply. T_T