export const langNameMappings: Record = { en: "English", de: "German", fr: "French", hr: "Croatian", pl: "Polish", sv: "Swedish", tr: "Turkish", zh: "Simplified Chinese", zhtw: "Traditional Chinese", }; export const supportedLangs = Object.keys(langNameMappings);