countriesWithMulti top-level property

Map<String, String> countriesWithMulti
final

A map to connect language to country, only for country with multiple languages.

Implementation

final countriesWithMulti = <String, String>{
  'lu': 'CD',
  'ln': 'CD',
  'ca': 'ES',
  'es': 'ES',
  'eu': 'ES',
  'gl': 'ES',
  'co': 'FR',
  'fr': 'FR',
  'su': 'ID',
  'id': 'ID',
  'jv': 'ID',
  'kn': 'IN',
  'pa': 'IN',
  'ta': 'IN',
  'te': 'IN',
  'gu': 'IN',
  'ml': 'IN',
  'mr': 'IN',
  'en_in': 'IN',
  'as': 'IN',
  'bho': 'IN',
  'hi': 'IN',
  'yo': 'NG',
  'en_ng': 'NG',
  'ha': 'NG',
  'ig': 'NG',
  'no': 'NO',
  'nn': 'NO',
  'nb': 'NO',
  'en_nz': 'NZ',
  'mi': 'NZ',
  'ceb': 'PH',
  'ilo': 'PH',
  'fil': 'PH',
  'tl': 'PH',
  'ur': 'PK',
  'sd': 'PK',
  'ru': 'RU',
  'mrj': 'RU',
  'chm': 'RU',
  'ku': 'TR',
  'tr': 'TR',
  'en': 'US',
  'yi': 'US',
  'haw': 'US',
  'zu': 'ZA',
  'nr': 'ZA',
  'af': 'ZA',
  'xh': 'ZA',
  'en_za': 'ZA',
  'nd': 'ZW',
  'sn': 'ZW',
};