Closed (won't fix)
Project:
conStruct
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2010 at 01:43 UTC
Updated:
4 Nov 2012 at 18:28 UTC
For instance, in http://example.com/conStruct/browse/ the count of resources in the dataset is currently default formatted for France, while the site's interface is in English.
Doe Drupal have a module that supports this? I know that PHP 5.3 does...
http://devzone.zend.com/article/4799#Number_formatter
Comments
Comment #1
fgiasson commentedRight now, structBrowse and structSearch uses the function number_format() for this purpose. It can be changed to output English numbers for now. In the future we can think about creating a configuration for this.
Comment #2
fgiasson commented