a zip code crypto-currency system good for red ONLY

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. if (n === 1)
  12. return 1;
  13. return 5;
  14. }
  15. export default [
  16. 'bem',
  17. [
  18. ['uluchelo', 'akasuba'],
  19. ,
  20. ],
  21. ,
  22. [
  23. ['S', 'M', 'T', 'W', 'T', 'F', 'S'],
  24. [
  25. 'Pa Mulungu', 'Palichimo', 'Palichibuli', 'Palichitatu', 'Palichine', 'Palichisano',
  26. 'Pachibelushi'
  27. ],
  28. ,
  29. ],
  30. ,
  31. [
  32. ['J', 'F', 'M', 'E', 'M', 'J', 'J', 'O', 'S', 'O', 'N', 'D'],
  33. ['Jan', 'Feb', 'Mac', 'Epr', 'Mei', 'Jun', 'Jul', 'Oga', 'Sep', 'Okt', 'Nov', 'Dis'],
  34. [
  35. 'Januari', 'Februari', 'Machi', 'Epreo', 'Mei', 'Juni', 'Julai', 'Ogasti', 'Septemba',
  36. 'Oktoba', 'Novemba', 'Disemba'
  37. ]
  38. ],
  39. ,
  40. [['BC', 'AD'], , ['Before Yesu', 'After Yesu']], 1, [6, 0],
  41. ['dd/MM/y', 'd MMM y', 'd MMMM y', 'EEEE, d MMMM y'],
  42. ['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'],
  43. [
  44. '{1} {0}',
  45. ,
  46. ,
  47. ],
  48. ['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  49. ['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'], 'K', 'ZMW', plural
  50. ];
  51. //# sourceMappingURL=bem.js.map