globalize.culture.fr-FR.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /*
  4. * Globalize Culture fr-FR
  5. *
  6. * http://github.com/jquery/globalize
  7. *
  8. * Copyright Software Freedom Conservancy, Inc.
  9. * Dual licensed under the MIT or GPL Version 2 licenses.
  10. * http://jquery.org/license
  11. *
  12. * This file was generated by the Globalize Culture Generator
  13. * Translation: bugs found in this file need to be fixed in the generator
  14. */
  15. (function( window, undefined ) {
  16. var Globalize;
  17. if ( typeof require !== "undefined" &&
  18. typeof exports !== "undefined" &&
  19. typeof module !== "undefined" ) {
  20. // Assume CommonJS
  21. Globalize = require( "globalize" );
  22. } else {
  23. // Global variable
  24. Globalize = window.Globalize;
  25. }
  26. Globalize.addCultureInfo( "fr-FR", "default", {
  27. name: "fr-FR",
  28. englishName: "French (France)",
  29. nativeName: "français (France)",
  30. language: "fr",
  31. numberFormat: {
  32. ",": " ",
  33. ".": ",",
  34. "NaN": "Non Numérique",
  35. negativeInfinity: "-Infini",
  36. positiveInfinity: "+Infini",
  37. percent: {
  38. ",": " ",
  39. ".": ","
  40. },
  41. currency: {
  42. pattern: ["-n $","n $"],
  43. ",": " ",
  44. ".": ",",
  45. symbol: "€"
  46. }
  47. },
  48. calendars: {
  49. standard: {
  50. firstDay: 1,
  51. days: {
  52. names: ["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],
  53. namesAbbr: ["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],
  54. namesShort: ["di","lu","ma","me","je","ve","sa"]
  55. },
  56. months: {
  57. names: ["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre",""],
  58. namesAbbr: ["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc.",""]
  59. },
  60. AM: null,
  61. PM: null,
  62. eras: [{"name":"ap. J.-C.","start":null,"offset":0}],
  63. patterns: {
  64. d: "dd/MM/yyyy",
  65. D: "dddd d MMMM yyyy",
  66. t: "HH:mm",
  67. T: "HH:mm:ss",
  68. f: "dddd d MMMM yyyy HH:mm",
  69. F: "dddd d MMMM yyyy HH:mm:ss",
  70. M: "d MMMM",
  71. Y: "MMMM yyyy"
  72. }
  73. }
  74. }
  75. });
  76. }( this ));