static String? nativeName(String locale) { return kLanguages.where((e) => _filter(e, locale)).firstOrNull?["native"]; }