docs(multi lang support): work on getting multi lang support working

This commit is contained in:
2025-09-06 11:58:40 -05:00
parent 1508fb2fa7
commit 945048f43e
39 changed files with 259 additions and 93 deletions

5
lang/de.json Normal file
View File

@@ -0,0 +1,5 @@
{
"intro.title": "Einführung",
"intro.heading": "Willkommen zu unserer Dokumentation",
"intro.body": "Dies ist der deutsche Einführungsabsatz."
}

5
lang/en.json Normal file
View File

@@ -0,0 +1,5 @@
{
"intro.title": "Introduction",
"intro.heading": "Welcome to our Docs",
"intro.body": "This is the English introduction paragraph."
}

5
lang/es.json Normal file
View File

@@ -0,0 +1,5 @@
{
"intro.title": "Introducción",
"intro.heading": "Bienvenido a nuestra Documentación",
"intro.body": "Este es el párrafo de introducción en español."
}