Closed
Bug 1078297
Opened 10 years ago
Closed 10 years ago
Need localized number formatting helper for jinja templates
Categories
(www.mozilla.org :: Bedrock, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pascalc, Assigned: pascalc)
References
(Blocks 1 open bug)
Details
We have an helper for dates l10n_format_date that uses the babel library, we need a similar one for numbers (for contribute page where we list the number of events and contributors in the world)
Comment 1•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/655649f5443841250a34fb8dba5c13e82977ecc9
Bug 1078297: Need localized number formatting helper for jinja templates
https://github.com/mozilla/bedrock/commit/0512e72581b1b9e066d8d8910ab81e66e061f3e6
Bug 1078297: Change l10n_format_* helpers to use lang from context.
https://github.com/mozilla/bedrock/commit/cf6833590b0e679a4794a0b26070719b36f6ac0f
Merge pull request #2343 from pmclanahan/pascalchevrel-l10n_number_formatting_helper
Bug 1078297: Need localized number formatting helper for jinja templates
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/b03bffb5d7b85888605e6f05896e93254eddb619
Bug 1078297: Fix localized number formatting helper for jinja templates
https://github.com/mozilla/bedrock/commit/54c532b0f057ab78a8f80bba3df87e40193d8002
Merge pull request #2355 from pmclanahan/fix-localized-number-date-formatting-1078297
Bug 1078297: Fix localized number formatting helper for jinja templates
Assignee | ||
Comment 3•10 years ago
|
||
fixed and on production
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•