monthsInPortuguesePtBR top-level constant

BrazilianNames<Map<String, String>> const monthsInPortuguesePtBR

Implementation

const BrazilianNames<Map<String, String>> monthsInPortuguesePtBR = {
  1: {
    'shortName': 'Jan',
    'fullName': 'Janeiro',
  },
  2: {
    'shortName': 'Fev',
    'fullName': 'Fevereiro',
  },
  3: {
    'shortName': 'Mar',
    'fullName': 'Março',
  },
  4: {
    'shortName': 'Abr',
    'fullName': 'Abril',
  },
  5: {
    'shortName': 'Mai',
    'fullName': 'Maio',
  },
  6: {
    'shortName': 'Jun',
    'fullName': 'Junho',
  },
  7: {
    'shortName': 'Jul',
    'fullName': 'Julho',
  },
  8: {
    'shortName': 'Agos',
    'fullName': 'Agosto',
  },
  9: {
    'shortName': 'Set',
    'fullName': 'Setembro',
  },
  10: {
    'shortName': 'Out',
    'fullName': 'Outubro',
  },
  11: {
    'shortName': 'Nov',
    'fullName': 'Novembro',
  },
  12: {
    'shortName': 'Dez',
    'fullName': 'Dezembro',
  },
};