static Iterable<String> languageNames() { return kLanguages.map((e) => e["name"] ?? "").where((e) => e.isNotEmpty); }