locales constant

List<String> const locales

the locales officially supported by Guerrilla Mail

Implementation

static const locales = [
  'en',
  'fr',
  'nl',
  'ru',
  'tr',
  'uk',
  'ar',
  'ko',
  'jp',
  'zh',
  'zh-hant',
];