9c630f4669a85b72b09a827a500848c6e4afbe66578beeddd817565d8f82537161bd47a2790353a6bff902399e7d6692d541cbd4bd2fb433c09aae6b2e8770 878 B

1234567891011
  1. /*!
  2. * numbro.js language configuration
  3. * language : Slovak
  4. * locale : Slovakia
  5. * author : Jan Pesa : https://github.com/smajl (based on work from Ahmed Al Hafoudh : http://www.freevision.sk)
  6. */
  7. (function(){"use strict";var a={langLocaleCode:"sk-SK",cultureCode:"sk-SK",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"tis.",million:"mil.",billion:"mld.",trillion:"bil."},ordinal:function(){return"."},currency:{symbol:"€",position:"postfix",spaceSeparated:!0},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);