a zip code crypto-currency system good for red ONLY

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 f = parseInt(n.toString().replace(/^[^.]*\.?/, ''), 10) || 0;
  12. if (n % 10 === 1 && !(n % 100 >= 11 && n % 100 <= 19))
  13. return 1;
  14. if (n % 10 === Math.floor(n % 10) && n % 10 >= 2 && n % 10 <= 9 &&
  15. !(n % 100 >= 11 && n % 100 <= 19))
  16. return 3;
  17. if (!(f === 0))
  18. return 4;
  19. return 5;
  20. }
  21. export default [
  22. 'lt',
  23. [
  24. ['pr. p.', 'pop.'],
  25. ['priešpiet', 'popiet'],
  26. ],
  27. ,
  28. [
  29. ['S', 'P', 'A', 'T', 'K', 'P', 'Š'], ['sk', 'pr', 'an', 'tr', 'kt', 'pn', 'št'],
  30. [
  31. 'sekmadienis', 'pirmadienis', 'antradienis', 'trečiadienis', 'ketvirtadienis',
  32. 'penktadienis', 'šeštadienis'
  33. ],
  34. ['Sk', 'Pr', 'An', 'Tr', 'Kt', 'Pn', 'Št']
  35. ],
  36. ,
  37. [
  38. ['S', 'V', 'K', 'B', 'G', 'B', 'L', 'R', 'R', 'S', 'L', 'G'],
  39. [
  40. 'saus.', 'vas.', 'kov.', 'bal.', 'geg.', 'birž.', 'liep.', 'rugp.', 'rugs.', 'spal.',
  41. 'lapkr.', 'gruod.'
  42. ],
  43. [
  44. 'sausio', 'vasario', 'kovo', 'balandžio', 'gegužės', 'birželio', 'liepos', 'rugpjūčio',
  45. 'rugsėjo', 'spalio', 'lapkričio', 'gruodžio'
  46. ]
  47. ],
  48. [
  49. ['S', 'V', 'K', 'B', 'G', 'B', 'L', 'R', 'R', 'S', 'L', 'G'],
  50. [
  51. 'saus.', 'vas.', 'kov.', 'bal.', 'geg.', 'birž.', 'liep.', 'rugp.', 'rugs.', 'spal.',
  52. 'lapkr.', 'gruod.'
  53. ],
  54. [
  55. 'sausis', 'vasaris', 'kovas', 'balandis', 'gegužė', 'birželis', 'liepa', 'rugpjūtis',
  56. 'rugsėjis', 'spalis', 'lapkritis', 'gruodis'
  57. ]
  58. ],
  59. [['pr. Kr.', 'po Kr.'], , ['prieš Kristų', 'po Kristaus']], 1, [6, 0],
  60. ['y-MM-dd', , 'y \'m\'. MMMM d \'d\'.', 'y \'m\'. MMMM d \'d\'., EEEE'],
  61. ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
  62. [
  63. '{1} {0}',
  64. ,
  65. ,
  66. ],
  67. [',', ' ', ';', '%', '+', '−', '×10^', '×', '‰', '∞', 'NaN', ':'],
  68. ['#,##0.###', '#,##0 %', '#,##0.00 ¤', '#E0'], '€', 'Euras', plural
  69. ];
  70. //# sourceMappingURL=lt.js.map