123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. 'fur',
  17. [
  18. ['a.', 'p.'],
  19. ,
  20. ],
  21. ,
  22. [
  23. ['D', 'L', 'M', 'M', 'J', 'V', 'S'], ['dom', 'lun', 'mar', 'mie', 'joi', 'vin', 'sab'],
  24. ['domenie', 'lunis', 'martars', 'miercus', 'joibe', 'vinars', 'sabide'],
  25. ['dom', 'lun', 'mar', 'mie', 'joi', 'vin', 'sab']
  26. ],
  27. ,
  28. [
  29. ['Z', 'F', 'M', 'A', 'M', 'J', 'L', 'A', 'S', 'O', 'N', 'D'],
  30. ['Zen', 'Fev', 'Mar', 'Avr', 'Mai', 'Jug', 'Lui', 'Avo', 'Set', 'Otu', 'Nov', 'Dic'],
  31. [
  32. 'Zenâr', 'Fevrâr', 'Març', 'Avrîl', 'Mai', 'Jugn', 'Lui', 'Avost', 'Setembar', 'Otubar',
  33. 'Novembar', 'Dicembar'
  34. ]
  35. ],
  36. ,
  37. [
  38. ['pdC', 'ddC'],
  39. ,
  40. ],
  41. 1, [6, 0], ['dd/MM/yy', 'dd/MM/y', 'd \'di\' MMMM \'dal\' y', 'EEEE d \'di\' MMMM \'dal\' y'],
  42. ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
  43. [
  44. '{1} {0}',
  45. ,
  46. ,
  47. ],
  48. [',', '.', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  49. ['#,##0.###', '#,##0%', '¤ #,##0.00', '#E0'], '€', 'euro', plural
  50. ];
  51. //# sourceMappingURL=fur.js.map