a zip code crypto-currency system good for red ONLY

hsb.js 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /**
  2. * @license
  3. * Copyright Google Inc. All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. // THIS CODE IS GENERATED - DO NOT MODIFY
  9. // See angular/tools/gulp-tasks/cldr/extract.js
  10. function plural(n) {
  11. var i = Math.floor(Math.abs(n)), v = n.toString().replace(/^[^.]*\.?/, '').length, f = parseInt(n.toString().replace(/^[^.]*\.?/, ''), 10) || 0;
  12. if (v === 0 && i % 100 === 1 || f % 100 === 1)
  13. return 1;
  14. if (v === 0 && i % 100 === 2 || f % 100 === 2)
  15. return 2;
  16. if (v === 0 && i % 100 === Math.floor(i % 100) && i % 100 >= 3 && i % 100 <= 4 ||
  17. f % 100 === Math.floor(f % 100) && f % 100 >= 3 && f % 100 <= 4)
  18. return 3;
  19. return 5;
  20. }
  21. export default [
  22. 'hsb',
  23. [
  24. ['dop.', 'pop.'],
  25. ['dopołdnja', 'popołdnju'],
  26. ],
  27. [
  28. ['dopołdnja', 'popołdnju'],
  29. ,
  30. ],
  31. [
  32. ['n', 'p', 'w', 's', 'š', 'p', 's'], ['nje', 'pón', 'wut', 'srj', 'štw', 'pja', 'sob'],
  33. ['njedźela', 'póndźela', 'wutora', 'srjeda', 'štwórtk', 'pjatk', 'sobota'],
  34. ['nj', 'pó', 'wu', 'sr', 'št', 'pj', 'so']
  35. ],
  36. ,
  37. [
  38. ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'],
  39. [
  40. 'jan.', 'feb.', 'měr.', 'apr.', 'mej.', 'jun.', 'jul.', 'awg.', 'sep.', 'okt.', 'now.',
  41. 'dec.'
  42. ],
  43. [
  44. 'januara', 'februara', 'měrca', 'apryla', 'meje', 'junija', 'julija', 'awgusta', 'septembra',
  45. 'oktobra', 'nowembra', 'decembra'
  46. ]
  47. ],
  48. [
  49. ['j', 'f', 'm', 'a', 'm', 'j', 'j', 'a', 's', 'o', 'n', 'd'],
  50. ['jan', 'feb', 'měr', 'apr', 'mej', 'jun', 'jul', 'awg', 'sep', 'okt', 'now', 'dec'],
  51. [
  52. 'januar', 'februar', 'měrc', 'apryl', 'meja', 'junij', 'julij', 'awgust', 'september',
  53. 'oktober', 'nowember', 'december'
  54. ]
  55. ],
  56. [['př.Chr.n.', 'po Chr.n.'], , ['před Chrystowym narodźenjom', 'po Chrystowym narodźenju']],
  57. 1, [6, 0], ['d.M.yy', 'd.M.y', 'd. MMMM y', 'EEEE, d. MMMM y'],
  58. ['H:mm \'hodź\'.', 'H:mm:ss', 'H:mm:ss z', 'H:mm:ss zzzz'],
  59. [
  60. '{1} {0}',
  61. ,
  62. ,
  63. ],
  64. [',', '.', ';', '%', '+', '-', 'E', '·', '‰', '∞', 'NaN', ':'],
  65. ['#,##0.###', '#,##0 %', '#,##0.00 ¤', '#E0'], '€', 'euro', plural
  66. ];
  67. //# sourceMappingURL=hsb.js.map