Skip to content

Commit

Permalink
fix(): fix swapping thousand- and decimal marker arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Dec 12, 2017
1 parent 45a09d4 commit 935c134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"internationalization",
"l10n",
"localization",
"marviq",
"moment",
"polyglot",
"translate",
Expand Down
4 changes: 2 additions & 2 deletions src/madlib-locale.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@
amount
currency.sign
currency.precision
number.decimalMarker
number.thousandMarker
number.decimalMarker
)


Expand All @@ -292,8 +292,8 @@

number
precision ? formatting.precision
formatting.decimalMarker
formatting.thousandMarker
formatting.decimalMarker
)


Expand Down

0 comments on commit 935c134

Please sign in to comment.