feat(langs): Add internacionalization functionality

This commit is contained in:
Alexander Navarro 2024-03-16 18:37:12 -03:00
parent eef9ec9457
commit 45fcc13497
27 changed files with 1330 additions and 390 deletions

View file

@ -1,5 +1,8 @@
---
import Layout from '../layouts/Layout.astro';
import { changeLanguage } from "i18next";
import Layout from "../layouts/Layout.astro";
changeLanguage("en");
---
<Layout title="Welcome to Astro.">