12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. 'fr-BE',
  18. [
  19. ['AM', 'PM'],
  20. ,
  21. ],
  22. ,
  23. [
  24. ['D', 'L', 'M', 'M', 'J', 'V', 'S'], ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'],
  25. ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'],
  26. ['di', 'lu', 'ma', 'me', 'je', 've', 'sa']
  27. ],
  28. ,
  29. [
  30. ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
  31. [
  32. 'janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.',
  33. 'déc.'
  34. ],
  35. [
  36. 'janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre',
  37. 'octobre', 'novembre', 'décembre'
  38. ]
  39. ],
  40. ,
  41. [['av. J.-C.', 'ap. J.-C.'], , ['avant Jésus-Christ', 'après Jésus-Christ']], 1, [6, 0],
  42. ['d/MM/yy', 'd MMM y', 'd MMMM y', 'EEEE d MMMM y'],
  43. ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'H \'h\' mm \'min\' ss \'s\' zzzz'],
  44. [
  45. '{1} {0}',
  46. '{1} \'à\' {0}',
  47. ,
  48. ],
  49. [',', ' ', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  50. ['#,##0.###', '#,##0 %', '#,##0.00 ¤', '#E0'], '€', 'euro', plural
  51. ];
  52. //# sourceMappingURL=fr-BE.js.map