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 regularList 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 almost all the Material localizations in kMaterialSupportedLanguages with a two letter (but not three letter) code and much more. Languages are missing (with comparison to Material ones):

  • Assamese (ASM)
  • Oriya (ORI)
  • Pashto (Pushto) (PUS)
  • Tagalog (TGL). On the other hand it provides translations for:
  • Breton (BRE)
  • Western Frisian (FRY)
  • (Scottish) Gaelic (GLA)
  • Irish (GLE)
  • Luxembourgish (Letzeburgesch) (LTZ) That are not listed in Material one.

Implementation

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