kSealedCountriesSupportedLanguages top-level constant

List<NaturalLanguage> const kSealedCountriesSupportedLanguages

This is a comprehensive list of countries that ensure the availability of translations for every language in the countries 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 countries, but there may be some missing translations for rarer languages. Every country contains more than 79 translations of it's name.

Supports most of the Material localizations in kMaterialSupportedLanguages with a two letter (but not three letter) code.

Implementation

// ignore: prefer-static-class, to follow pattern from languages.
const kSealedCountriesSupportedLanguages = [
  LangCym(),
  LangOri(),
  LangFas(),
  LangJpn(),
  LangPan(),
  LangChe(),
  LangPol(),
  LangPor(),
  LangPus(),
  LangAze(),
  LangKan(),
  LangBul(),
  LangKat(),
  LangRus(),
  LangHun(),
  LangKaz(),
  LangSin(),
  LangSlk(),
  LangIta(),
  LangZho(),
  LangFin(),
  LangFra(),
  LangZul(),
  LangKhm(),
  LangMar(),
  LangSpa(),
  LangMkd(),
  LangCes(),
  LangSrp(),
  LangHye(),
  LangMon(),
  LangHrv(),
  LangSwe(),
  LangKir(),
  LangTam(),
  LangAsm(),
  LangTel(),
  LangMya(),
  LangHin(),
  LangTha(),
  LangMal(),
  LangBos(),
  LangBre(),
  LangBel(),
  LangEll(),
  LangTur(),
  LangGuj(),
  LangUig(),
  LangUkr(),
  LangUrd(),
  LangUzb(),
  LangEng(),
  LangNep(),
  LangNld(),
  LangHeb(),
  LangKor(),
  LangBen(),
  LangEst(),
  LangAra(),
  LangDeu(),
  LangAmh(),
  LangLao(),
];