Skip to content

Commit

Permalink
fix(currency): use decimal point 1000s place FC
Browse files Browse the repository at this point in the history
This commit uses a decimal point instead of white space to separate the
FCs thousands place.  It makes the currency much more readable on the
client.

Closes #2371.
  • Loading branch information
jniles committed Dec 9, 2017
1 parent 3e9c214 commit d93dc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/i18n/currency/fc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"CURRENCY_SYM": "Fc",
"DECIMAL_SEP": ",",
"GROUP_SEP": "\u00a0",
"GROUP_SEP": ".",
"PATTERNS": [
{
"gSize": 3,
Expand Down

0 comments on commit d93dc05

Please sign in to comment.