Problem/Motivation
Views allows for a result summary to be added to a view's header or footer which by default follows the format:
Displaying @start - @end of @total
On views with thousands (or more) results, it can be hard to read the number of results without a separator.
Proposed resolution
Allow user to choose different separator in translations
Remaining tasks
Patch to follow.
User interface changes
Adds a new field to the result summary configuration to select the desired thousands separator.
API changes
Data model changes
Release notes snippet
Adds a configurable thousands separator to views result summaries.