kSealedCurrenciesSupportedLanguages top-level constant

List<NaturalLanguage> const kSealedCurrenciesSupportedLanguages

This is a comprehensive list of currencies that ensure the availability of translations for every language in the currencies list.

It is important to note that while other languages may not be included in this list, they may still have translations available for most common currencies, but there may be some missing translations for rarer languages. Every currency contains more than 79 translations of it's name.

Includes all the Material localizations in kMaterialSupportedLanguages with a two letter code and much more (for example on top of that it also provides translations for the following languages:

  • Breton (BRE)
  • Western Frisian (FRY)
  • (Scottish) Gaelic (GLA)
  • Irish (GLE)
  • Luxembourgish (Letzeburgesch) (LTZ) That are not listed in Material one, and much more.

Implementation

// ignore: prefer-static-class, to follow pattern from languages.
const kSealedCurrenciesSupportedLanguages = [
  LangAfr(),
  LangAmh(),
  LangAra(),
  LangAsm(),
  LangAze(),
  LangBel(),
  LangBen(),
  LangBos(),
  LangBre(),
  LangBul(),
  LangCat(),
  LangCes(),
  LangCym(),
  LangDan(),
  LangDeu(),
  LangEll(),
  LangEng(),
  LangEst(),
  LangEus(),
  LangFas(),
  LangFin(),
  LangFra(),
  LangFry(),
  LangGla(),
  LangGle(),
  LangGlg(),
  LangGuj(),
  LangHeb(),
  LangHin(),
  LangHrv(),
  LangHun(),
  LangHye(),
  LangInd(),
  LangIsl(),
  LangIta(),
  LangJpn(),
  LangKan(),
  LangKat(),
  LangKaz(),
  LangKhm(),
  LangKir(),
  LangKor(),
  LangLao(),
  LangLav(),
  LangLit(),
  LangLtz(),
  LangMal(),
  LangMar(),
  LangMkd(),
  LangMon(),
  LangMsa(),
  LangMya(),
  LangNep(),
  LangNld(),
  LangNno(),
  LangNob(),
  LangNor(),
  LangOri(),
  LangPan(),
  LangPol(),
  LangPor(),
  LangPus(),
  LangRoh(),
  LangRon(),
  LangRus(),
  LangSin(),
  LangSlk(),
  LangSlv(),
  LangSpa(),
  LangSqi(),
  LangSrp(),
  LangSwa(),
  LangSwe(),
  LangTam(),
  LangTel(),
  LangTgl(),
  LangTha(),
  LangTur(),
  LangUig(),
  LangUkr(),
  LangUrd(),
  LangUzb(),
  LangVie(),
  LangZho(),
  LangZul(),
];