supportedLocales constant

List<Locale> const supportedLocales

A list of this localizations delegate's supported locales.

Implementation

static const List<Locale> supportedLocales = <Locale>[
  Locale('de'),
  Locale('en'),
  Locale('es'),
  Locale('fr'),
  Locale('ja'),
  Locale('ko'),
  Locale('lo'),
  Locale('ru'),
  Locale('th'),
  Locale('vi'),
  Locale('zh')
];