fr-MA.js 1.6KB

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