final kLocales = kCountryLanguageCodes.entries.map((e) { return Locale(e.value.split("_").first, e.key); });