shortMonthNames property

Map shortMonthNames
getter/setter pair

Implementation

static Map shortMonthNames = const {
  'pt': {
    CalendarType.JALALI: [
      'Far',
      'Ord',
      'Kho',
      'Tir',
      'Mor',
      'Sha',
      'Mehr',
      'Aban',
      'Azar',
      'Dey',
      'Bah',
      'Esf'
    ],
    CalendarType.GREGORIAN: [
      'Jan',
      'Fev',
      'Mar',
      'Abr',
      'Maio',
      'Jun',
      'Jul',
      'Ago',
      'Set',
      'Out',
      'Nov',
      'Dez'
    ]
  }
};