urMonthShortNames top-level constant

Map<int, String> const urMonthShortNames

Implementation

const Map<int, String> urMonthShortNames = {
  1: 'محرم',
  2: 'صفر',
  3: 'ربیع١',
  4: 'ربیع٢',
  5: 'جما١',
  6: 'جما٢',
  7: 'رجب',
  8: 'شعبا',
  9: 'رمضا',
  10: 'شوال',
  11: 'ذالق',
  12: 'ذالح'
};