kw.js 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. if (n === 2)
  14. return 2;
  15. return 5;
  16. }
  17. export default [
  18. 'kw',
  19. [
  20. ['a.m.', 'p.m.'],
  21. ,
  22. ],
  23. ,
  24. [
  25. ['S', 'M', 'T', 'W', 'T', 'F', 'S'], ['Sul', 'Lun', 'Mth', 'Mhr', 'Yow', 'Gwe', 'Sad'],
  26. ['dy Sul', 'dy Lun', 'dy Meurth', 'dy Merher', 'dy Yow', 'dy Gwener', 'dy Sadorn'],
  27. ['Sul', 'Lun', 'Mth', 'Mhr', 'Yow', 'Gwe', 'Sad']
  28. ],
  29. ,
  30. [
  31. ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
  32. ['Gen', 'Hwe', 'Meu', 'Ebr', 'Me', 'Met', 'Gor', 'Est', 'Gwn', 'Hed', 'Du', 'Kev'],
  33. [
  34. 'mis Genver', 'mis Hwevrer', 'mis Meurth', 'mis Ebrel', 'mis Me', 'mis Metheven',
  35. 'mis Gortheren', 'mis Est', 'mis Gwynngala', 'mis Hedra', 'mis Du', 'mis Kevardhu'
  36. ]
  37. ],
  38. ,
  39. [
  40. ['RC', 'AD'],
  41. ,
  42. ],
  43. 1, [6, 0], ['y-MM-dd', 'y MMM d', 'y MMMM d', 'y MMMM d, EEEE'],
  44. ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
  45. [
  46. '{1} {0}',
  47. ,
  48. ,
  49. ],
  50. ['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  51. ['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'], '£', 'GBP', plural
  52. ];
  53. //# sourceMappingURL=kw.js.map