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:
8
src/pages/en/about.astro
Normal file
8
src/pages/en/about.astro
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
import Layout from '@layouts/Layout.astro';
|
||||
import About from '@components/About.astro';
|
||||
---
|
||||
|
||||
<Layout lang="en">
|
||||
<About lang="en" />
|
||||
</Layout>
|
Reference in New Issue
Block a user