Opened 8 years ago
Closed 7 years ago
#1882 closed defect (bug) (fixed)
Numbers are not converted based on the locale
Reported by: | ocean90 | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | International Forums | Keywords: | needs-patch upstream |
Cc: |
Description
There are a few numbers which are formatted incorrectly. When displaying numbers in the UI number_format_i18n()
(or bbp_number_format_i18n()
) should be used.
It looks like some of them can be fixed in the theme but others like bbp_get_topic_pagination_count()
need to be reported to bbPress.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I've started on this, haven't created upstream bbPress ticket yet though.