Skip to content

Commit

Permalink
dd currency abbreviations for en-GB
Browse files Browse the repository at this point in the history
  • Loading branch information
davinov committed Jun 20, 2020
1 parent 3fa19c7 commit 7ee5a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion locale/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"decimal": ".",
"thousands": ",",
"grouping": [3],
"currency": ["£", ""]
"currency": ["£", ""],
"currencyAbbreviations": ["", "k", "m", "bn", "t"]
}

0 comments on commit 7ee5a2c

Please sign in to comment.