kl.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. 'kl',
  17. [
  18. ['AM', 'PM'],
  19. ,
  20. ],
  21. ,
  22. [
  23. ['S', 'M', 'T', 'W', 'T', 'F', 'S'], ['sab', 'ata', 'mar', 'pin', 'sis', 'tal', 'arf'],
  24. [
  25. 'sabaat', 'ataasinngorneq', 'marlunngorneq', 'pingasunngorneq', 'sisamanngorneq',
  26. 'tallimanngorneq', 'arfininngorneq'
  27. ],
  28. ['sab', 'ata', 'mar', 'pin', 'sis', 'tal', 'arf']
  29. ],
  30. ,
  31. [
  32. ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
  33. ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
  34. [
  35. 'januari', 'februari', 'martsi', 'aprili', 'maji', 'juni', 'juli', 'augustusi', 'septemberi',
  36. 'oktoberi', 'novemberi', 'decemberi'
  37. ]
  38. ],
  39. ,
  40. [
  41. ['BCE', 'CE'],
  42. ,
  43. ],
  44. 1, [6, 0], ['y-MM-dd', 'y MMM d', 'y MMMM d', 'y MMMM d, EEEE'],
  45. ['HH.mm', 'HH.mm.ss', 'HH.mm.ss z', 'HH.mm.ss zzzz'],
  46. [
  47. '{1} {0}',
  48. ,
  49. ,
  50. ],
  51. [',', '.', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  52. ['#,##0.###', '#,##0 %', '¤#,##0.00;¤-#,##0.00', '#E0'], 'kr.', 'DKK', plural
  53. ];
  54. //# sourceMappingURL=kl.js.map