--- import { getTranslationLocales, localeToLang } from "../modules/serverUtils"; const locales = getTranslationLocales(); --- { locales.map(locale => { const language = localeToLang(locale); return }) }