20942c879b0acbc94d24e3f3cc905552294e1f859686db39395c13f3ce9092668852ced367dc5324a69daead1f08597a30e00a0ab7ef272fcc126fa181ab18 897 B

1234567891011
  1. /*!
  2. * numbro.js language configuration
  3. * language : English
  4. * locale: United Kingdom of Great Britain and Northern Ireland
  5. * author : Dan Ristic : https://github.com/dristic
  6. */
  7. (function(){"use strict";var a={langLocaleCode:"en-GB",cultureCode:"en-GB",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th"},currency:{symbol:"£",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:"$ ,0.00",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:"$ ,0"}};
  8. // CommonJS
  9. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  10. // Browser
  11. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}).call("undefined"==typeof window?this:window);