Provides French locale for Moment.js. This package is based after Moment's documentation.
This package is available on npm. You can install it using the following command:
npm i moment-french-locale
import moment from 'moment';
import momentFrenchLocale from 'moment-french-locale';
moment.updateLocale('fr', momentFrenchLocale);
moment.locale('fr');