bosnianKeyMap top-level constant

Map<String, Map<String, String>> const bosnianKeyMap

Implementation

const bosnianKeyMap = {
  '\'': {
    ' ': '\'',
    'г': 'ѓ',
    'Г': 'Ѓ',
    'к': 'ќ',
    'К': 'Ќ',
  },
};