this repo has no description
at main 10 lines 131 B view raw
1--- 2interface Props { 3 fr?: string; 4 en?: string; 5} 6 7const { fr, en } = Astro.props; 8--- 9 10{Astro.locals.lang === "fr" ? fr : en}