a zip code crypto-currency system good for red ONLY

fr-CM.js 1.6KB

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