portuguese constant

FuzzyTimeLocale const portuguese

Portuguese locale

Implementation

static const portuguese = FuzzyTimeLocale(
  locale: FuzzyLocale.pt,
  prefixAbout: 'cerca de',
  prefixLessThan: 'menos de',
  futureWrapper: _portugueseFuture,
  pastWrapper: _portuguesePast,
  futureWrapperShort: _portugueseFuture,
  pastWrapperShort: _portuguesePast,
  now: 'agora',
  shortNow: 'agora',
  fewSeconds: 'alguns segundos',
  second: 'segundo',
  minute: 'minuto',
  hour: 'hora',
  day: 'dia',
  week: 'semana',
  month: 'mês',
  year: 'ano',
  pluralize: _portuguesePlural,
);