first commit

This commit is contained in:
2026-03-02 21:16:26 +01:00
commit 841f43285e
179 changed files with 33193 additions and 0 deletions

9
messages/de.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"home_page": "Startseite",
"about_page": "Über uns",
"example_message": "Willkommen in deiner i18n-App.",
"language_label": "Sprache",
"current_locale": "Aktuelle Sprache: {locale}",
"learn_router": "Paraglide JS lernen"
}

9
messages/en.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"home_page": "Home page",
"about_page": "About page",
"example_message": "Welcome to your i18n app.",
"language_label": "Language",
"current_locale": "Current locale: {locale}",
"learn_router": "Learn Paraglide JS"
}