french constant

FuzzyTimeLocale const french

French locale

Implementation

static const french = FuzzyTimeLocale(
  locale: FuzzyLocale.fr,
  prefixAbout: 'environ',
  prefixLessThan: 'moins de',
  futureWrapper: _frenchFuture,
  pastWrapper: _frenchPast,
  futureWrapperShort: _frenchFuture,
  pastWrapperShort: _frenchPast,
  now: 'maintenant',
  shortNow: 'maintenant',
  fewSeconds: 'quelques secondes',
  second: 'seconde',
  minute: 'minute',
  hour: 'heure',
  day: 'jour',
  week: 'semaine',
  month: 'mois',
  year: 'an',
  pluralize: _frenchPlural,
);