import fr from "./fr.json"; import educationfr from "./educationfr"; import educationen from "./educationen"; import en from "./en.json"; import it from "./it.json"; import sl from "./sl.json"; import es from "./es.json"; import de from "./de.json"; export default { fr: fr, en: en, it: it, sl: sl, es: es, de: de, educationfr: educationfr, educationen: educationen, };