Skip to content
Snippets Groups Projects
Commit 188083a5 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1370346 by oriol_e9g, weri: added apostrophe and thins space as thousands markers.

parent 15b2390e
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,8 @@ function number_field_formatter_settings_form($field, $instance, $view_mode, $fo
'.' => t('Decimal point'),
',' => t('Comma'),
' ' => t('Space'),
chr(8201) => t('Thin space'),
"'" => t('Apostrophe'),
);
$element['thousand_separator'] = array(
'#type' => 'select',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment