supportedLocales property

Iterable<Locale> supportedLocales

Returns list of supported locales

Implementation

static Iterable<Locale> get supportedLocales {
  return TolgeeTranslationsStrategy.instance.allProjectLanguages.keys
      .map((e) => Locale(e));
}