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 Nov 29, 2019
1 parent 6774c59 commit cfef0ad
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 cfef0ad

Please sign in to comment.