localgovdrupal / localgov_elections

This module provides submodules, content types, views and configuration that allow the reporting of election results for the LocalGov Drupal distribution.
GNU General Public License v2.0
1 stars 1 forks source link

adds comma for thousands separator in results #123

Closed markconroy closed 3 months ago

markconroy commented 3 months ago

Closes #112

What does this change?

Adds a comma to thousands as separator for results count - e.g. 10000 becomes 10,000

How to test

On demo content module, go to /election/general-election-july-2024 and the results are like 10000.

Switch to this branch, import the config, and the results should then be like 10,000