UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

15 lines (14 loc) 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.frFRLocalText = exports.frFR = void 0; var _getChartsLocalization = require("./utils/getChartsLocalization"); const frFRLocalText = exports.frFRLocalText = { // Overlay loading: 'Chargement…', noData: 'Pas de données' // zoomIn: 'Zoom in', // zoomOut: 'Zoom out', }; const frFR = exports.frFR = (0, _getChartsLocalization.getChartsLocalization)(frFRLocalText);