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