Merge branch 'dev' into search-formatted-metrics

This commit is contained in:
Mike Cao
2024-11-28 16:36:29 -08:00
committed by GitHub
807 changed files with 45367 additions and 8474 deletions

View File

@@ -8,8 +8,8 @@ import regions from '../../../public/iso-3166-2.json';
export function useFormat() {
const { formatMessage, labels } = useMessages();
const { locale } = useLocale();
const countryNames = useCountryNames(locale);
const languageNames = useLanguageNames(locale);
const { countryNames } = useCountryNames(locale);
const { languageNames } = useLanguageNames(locale);
const formatOS = (value: string): string => {
return OS_NAMES[value] || value;