a zip code crypto-currency system good for red ONLY

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 === Math.floor(n) && n >= 0 && n <= 1)
  12. return 1;
  13. return 5;
  14. }
  15. export default [
  16. 'mg',
  17. [
  18. ['AM', 'PM'],
  19. ,
  20. ],
  21. ,
  22. [
  23. ['A', 'A', 'T', 'A', 'A', 'Z', 'A'], ['Alah', 'Alats', 'Tal', 'Alar', 'Alak', 'Zom', 'Asab'],
  24. ['Alahady', 'Alatsinainy', 'Talata', 'Alarobia', 'Alakamisy', 'Zoma', 'Asabotsy'],
  25. ['Alah', 'Alats', 'Tal', 'Alar', 'Alak', 'Zom', 'Asab']
  26. ],
  27. ,
  28. [
  29. ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
  30. ['Jan', 'Feb', 'Mar', 'Apr', 'Mey', 'Jon', 'Jol', 'Aog', 'Sep', 'Okt', 'Nov', 'Des'],
  31. [
  32. 'Janoary', 'Febroary', 'Martsa', 'Aprily', 'Mey', 'Jona', 'Jolay', 'Aogositra', 'Septambra',
  33. 'Oktobra', 'Novambra', 'Desambra'
  34. ]
  35. ],
  36. ,
  37. [['BC', 'AD'], , ['Alohan’i JK', 'Aorian’i JK']], 1, [6, 0],
  38. ['y-MM-dd', 'y MMM d', 'd MMMM y', 'EEEE d MMMM y'],
  39. ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
  40. [
  41. '{1} {0}',
  42. ,
  43. ,
  44. ],
  45. ['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  46. ['#,##0.###', '#,##0%', '¤ #,##0.00', '#E0'], 'Ar', 'Ariary', plural
  47. ];
  48. //# sourceMappingURL=mg.js.map