supportedLocales constant

List<Locale> const supportedLocales

Implementation

static const List<Locale> supportedLocales = [
  Locale('en', ''), // English
  Locale('fr', ''), // French
  Locale('es', ''), // Spanish
  Locale('ru', ''), // Russian
  Locale('zh', ''), // Chinese (Simplified)
  Locale('ln', ''), // Lingala
];