add i18n support
vibe coded. should not be used but I'll commit it to a separate branch just in case
This commit is contained in:
@@ -7,10 +7,10 @@ import Hero from '@components/Hero.astro';
|
||||
import Vors from '@components/Vors.astro';
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<Hero />
|
||||
<Links />
|
||||
<Program />
|
||||
<FAQ />
|
||||
<Vors />
|
||||
<Layout lang="no">
|
||||
<Hero lang="no" />
|
||||
<Links lang="no" />
|
||||
<Program lang="no" />
|
||||
<FAQ lang="no" />
|
||||
<Vors lang="no" />
|
||||
</Layout>
|
||||
|
Reference in New Issue
Block a user