Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currency abbreviations #81

Closed
wants to merge 7 commits into from
Closed

Commits on Jun 20, 2020

  1. Add formatCurrencyPrefix and currencyPrecisionPrefix

    These functons will be used todetermine which prefixes will be used when
    formatting currencies.
    Common prefixes are for thousands (K), millions (M), billions (B) and
    trillions (T).
    davinov committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    e249b2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1ed244 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fad5de7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fa19c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ee5a2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0de748 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76c6681 View commit details
    Browse the repository at this point in the history