i18n integration for showcase
Moved showcase carousel data source to respective i18n/ language files
This commit is contained in:
@ -1,3 +1,33 @@
|
||||
export const cs = {
|
||||
title: "CS Test",
|
||||
};
|
||||
title: "CS Test",
|
||||
showcase: [
|
||||
{
|
||||
value: "thisPage",
|
||||
handle: "Projekt 1",
|
||||
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",
|
||||
href: "/potat2",
|
||||
description: "random text",
|
||||
image: "/temp.jpg",
|
||||
imageAlt: "text",
|
||||
},
|
||||
{
|
||||
value: "otherPage",
|
||||
title: "Other Page",
|
||||
handle: "Projekt 3",
|
||||
href: "/kartoffeln",
|
||||
description: "random text",
|
||||
image: "/temp.jpg",
|
||||
imageAlt: "text",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
@ -1,3 +1,34 @@
|
||||
export const de = {
|
||||
title: "DE Test",
|
||||
};
|
||||
showcase: [
|
||||
{
|
||||
value: "thisPage",
|
||||
handle: "Projekt 1 DE",
|
||||
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 DE",
|
||||
href: "/potat2",
|
||||
description: "random text",
|
||||
image: "/temp.jpg",
|
||||
imageAlt: "text",
|
||||
},
|
||||
{
|
||||
value: "otherPage",
|
||||
title: "Other Page",
|
||||
handle: "Projekt 3 DE",
|
||||
href: "/kartoffeln",
|
||||
description: "random text",
|
||||
image: "/temp.jpg",
|
||||
imageAlt: "text",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
@ -1,3 +1,34 @@
|
||||
export const en = {
|
||||
title: "EN Test",
|
||||
};
|
||||
showcase: [
|
||||
{
|
||||
value: "thisPage",
|
||||
handle: "Projekt 1 EN",
|
||||
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 EN",
|
||||
href: "/potat2",
|
||||
description: "random text",
|
||||
image: "/temp.jpg",
|
||||
imageAlt: "text",
|
||||
},
|
||||
{
|
||||
value: "otherPage",
|
||||
title: "Other Page",
|
||||
handle: "Projekt 3 EN",
|
||||
href: "/kartoffeln",
|
||||
description: "random text",
|
||||
image: "/temp.jpg",
|
||||
imageAlt: "text",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
@ -1,3 +1,34 @@
|
||||
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",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user