isPseudo method

bool isPseudo()

Return true if the current locale is the special pseudo locale.

Implementation

bool isPseudo() {
  return pseudoLocales.contains(spec);
}