a zip code crypto-currency system good for red ONLY

kab.js 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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));
  12. if (i === 0 || i === 1)
  13. return 1;
  14. return 5;
  15. }
  16. export default [
  17. 'kab',
  18. [
  19. ['n tufat', 'n tmeddit'],
  20. ,
  21. ],
  22. ,
  23. [
  24. ['Y', 'S', 'K', 'K', 'S', 'S', 'S'], ['Yan', 'San', 'Kraḍ', 'Kuẓ', 'Sam', 'Sḍis', 'Say'],
  25. ['Yanass', 'Sanass', 'Kraḍass', 'Kuẓass', 'Samass', 'Sḍisass', 'Sayass'],
  26. ['Yan', 'San', 'Kraḍ', 'Kuẓ', 'Sam', 'Sḍis', 'Say']
  27. ],
  28. ,
  29. [
  30. ['Y', 'F', 'M', 'Y', 'M', 'Y', 'Y', 'Ɣ', 'C', 'T', 'N', 'D'],
  31. ['Yen', 'Fur', 'Meɣ', 'Yeb', 'May', 'Yun', 'Yul', 'Ɣuc', 'Cte', 'Tub', 'Nun', 'Duǧ'],
  32. [
  33. 'Yennayer', 'Fuṛar', 'Meɣres', 'Yebrir', 'Mayyu', 'Yunyu', 'Yulyu', 'Ɣuct', 'Ctembeṛ',
  34. 'Tubeṛ', 'Nunembeṛ', 'Duǧembeṛ'
  35. ]
  36. ],
  37. ,
  38. [['snd. T.Ɛ', 'sld. T.Ɛ'], , ['send talalit n Ɛisa', 'seld talalit n Ɛisa']], 6, [5, 6],
  39. ['d/M/y', 'd MMM, y', 'd MMMM y', 'EEEE d MMMM y'],
  40. ['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'],
  41. [
  42. '{1} {0}',
  43. ,
  44. ,
  45. ],
  46. [',', ' ', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  47. ['#,##0.###', '#,##0%', '#,##0.00¤', '#E0'], 'DA', 'Adinar Azzayri', plural
  48. ];
  49. //# sourceMappingURL=kab.js.map