personal-website/src/i18n/fr.js

34 lines
733 B
JavaScript
Raw Normal View History

export const fr = {
title: "FR Test",
showcase: [
{
value: "thisPage",
handle: "Projekt 1 FR",
title: "This Page",
href: "/potato",
description:
"random text os iuoiu fsd ufiodsu foid sufo dsufois dufoisd eee sfsdffsdfsd sd sd ds dsfsv sd dss ds ds ufiosdufi osdufsdfsd iofusdoifudu siofsdfids ofudsiouoi",
image: "/temp.jpg",
imageAlt: "text",
},
{
value: "thatPage",
title: "That Page",
handle: "Projekt 2 FR",
href: "/potat2",
description: "random text",
image: "/temp.jpg",
imageAlt: "text",
},
{
value: "otherPage",
title: "Other Page",
handle: "Projekt 3 FR",
href: "/kartoffeln",
description: "random text",
image: "/temp.jpg",
imageAlt: "text",
},
],
};