feat(langs): Add internacionalization functionality
This commit is contained in:
parent
eef9ec9457
commit
45fcc13497
27 changed files with 1330 additions and 390 deletions
10
src/pages/es/404.astro
Normal file
10
src/pages/es/404.astro
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
import { changeLanguage } from "i18next";
|
||||
import Layout from "../../layouts/Layout.astro";
|
||||
|
||||
changeLanguage("es");
|
||||
---
|
||||
|
||||
<Layout title="Welcome to Astro.">
|
||||
<h1>not found</h1>
|
||||
</Layout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue