a zip code crypto-currency system good for red ONLY

fil.js 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 === 1 || i === 2 || i === 3) ||
  13. v === 0 && !(i % 10 === 4 || i % 10 === 6 || i % 10 === 9) ||
  14. !(v === 0) && !(f % 10 === 4 || f % 10 === 6 || f % 10 === 9))
  15. return 1;
  16. return 5;
  17. }
  18. export default [
  19. 'fil',
  20. [
  21. ['am', 'pm'],
  22. ['AM', 'PM'],
  23. ],
  24. [
  25. ['AM', 'PM'],
  26. ,
  27. ],
  28. [
  29. ['Lin', 'Lun', 'Mar', 'Miy', 'Huw', 'Biy', 'Sab'], ,
  30. ['Linggo', 'Lunes', 'Martes', 'Miyerkules', 'Huwebes', 'Biyernes', 'Sabado'],
  31. ['Li', 'Lu', 'Ma', 'Mi', 'Hu', 'Bi', 'Sa']
  32. ],
  33. ,
  34. [
  35. ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', 'Ago', 'Set', 'Okt', 'Nob', 'Dis'], ,
  36. [
  37. 'Enero', 'Pebrero', 'Marso', 'Abril', 'Mayo', 'Hunyo', 'Hulyo', 'Agosto', 'Setyembre',
  38. 'Oktubre', 'Nobyembre', 'Disyembre'
  39. ]
  40. ],
  41. [
  42. ['E', 'P', 'M', 'A', 'M', 'Hun', 'Hul', 'Ago', 'Set', 'Okt', 'Nob', 'Dis'],
  43. ['Ene', 'Peb', 'Mar', 'Abr', 'May', 'Hun', 'Hul', 'Ago', 'Set', 'Okt', 'Nob', 'Dis'],
  44. [
  45. 'Enero', 'Pebrero', 'Marso', 'Abril', 'Mayo', 'Hunyo', 'Hulyo', 'Agosto', 'Setyembre',
  46. 'Oktubre', 'Nobyembre', 'Disyembre'
  47. ]
  48. ],
  49. [['BC', 'AD'], , ['Before Christ', 'Anno Domini']], 0, [6, 0],
  50. ['M/d/yy', 'MMM d, y', 'MMMM d, y', 'EEEE, MMMM d, y'],
  51. ['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'],
  52. [
  53. '{1}, {0}',
  54. ,
  55. '{1} \'nang\' {0}',
  56. ],
  57. ['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  58. ['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'], '₱', 'Piso ng Pilipinas', plural
  59. ];
  60. //# sourceMappingURL=fil.js.map