haw.js 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. 'haw',
  17. [
  18. ['AM', 'PM'],
  19. ,
  20. ],
  21. ,
  22. [
  23. ['S', 'M', 'T', 'W', 'T', 'F', 'S'], ['LP', 'P1', 'P2', 'P3', 'P4', 'P5', 'P6'],
  24. ['Lāpule', 'Poʻakahi', 'Poʻalua', 'Poʻakolu', 'Poʻahā', 'Poʻalima', 'Poʻaono'],
  25. ['LP', 'P1', 'P2', 'P3', 'P4', 'P5', 'P6']
  26. ],
  27. ,
  28. [
  29. ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
  30. [
  31. 'Ian.', 'Pep.', 'Mal.', 'ʻAp.', 'Mei', 'Iun.', 'Iul.', 'ʻAu.', 'Kep.', 'ʻOk.', 'Now.',
  32. 'Kek.'
  33. ],
  34. [
  35. 'Ianuali', 'Pepeluali', 'Malaki', 'ʻApelila', 'Mei', 'Iune', 'Iulai', 'ʻAukake',
  36. 'Kepakemapa', 'ʻOkakopa', 'Nowemapa', 'Kekemapa'
  37. ]
  38. ],
  39. ,
  40. [
  41. ['BCE', 'CE'],
  42. ,
  43. ],
  44. 0, [6, 0], ['d/M/yy', 'd MMM y', 'd MMMM y', 'EEEE, d MMMM y'],
  45. ['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'],
  46. [
  47. '{1} {0}',
  48. ,
  49. ,
  50. ],
  51. ['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  52. ['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'], '$', 'USD', plural
  53. ];
  54. //# sourceMappingURL=haw.js.map