{"version":3,"file":"static/js/940.da7959ab.chunk.js","mappings":"6FAAA,UAMQA,EAAO,CAAC,cAAsB,2BAAP,EAMvB,SAAUC,GACdA,EAAQC,SAAS,SAAU,KAAM,CAC7BC,WAAY,CACRC,UAAW,IACXC,QAAS,KAEbC,cAAe,CACXC,SAAU,IACVC,QAAS,IACTC,QAAS,IACTC,SAAU,KAEdC,QAAU,SAAUC,GAChB,OAAkB,IAAXA,EAAe,KAAO,GACjC,EACAC,SAAU,CACNC,OAAQ,WAGpB,GAzBsC,8B","sources":["../node_modules/numeral/locales/fr.js"],"sourcesContent":["// numeral.js locale configuration\n// locale : french (fr)\n// author : Adam Draper : https://github.com/adamwdraper\n\n(function (global, factory) {\n if (typeof define === 'function' && define.amd) {\n define(['../numeral'], factory);\n } else if (typeof module === 'object' && module.exports) {\n factory(require('../numeral'));\n } else {\n factory(global.numeral);\n }\n}(this, function (numeral) {\n numeral.register('locale', 'fr', {\n delimiters: {\n thousands: ' ',\n decimal: ','\n },\n abbreviations: {\n thousand: 'k',\n million: 'm',\n billion: 'b',\n trillion: 't'\n },\n ordinal : function (number) {\n return number === 1 ? 'er' : 'e';\n },\n currency: {\n symbol: '€'\n }\n });\n}));\n"],"names":["define","numeral","register","delimiters","thousands","decimal","abbreviations","thousand","million","billion","trillion","ordinal","number","currency","symbol"],"sourceRoot":""}