Initial commit

This commit is contained in:
2025-03-24 16:28:02 +01:00
commit 79719c6762
26 changed files with 2853 additions and 0 deletions

4
messages/de.json Normal file
View File

@@ -0,0 +1,4 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from de!"
}

4
messages/en.json Normal file
View File

@@ -0,0 +1,4 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from en!"
}

4
messages/fr.json Normal file
View File

@@ -0,0 +1,4 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from fr!"
}

4
messages/it.json Normal file
View File

@@ -0,0 +1,4 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from it!"
}

4
messages/nl.json Normal file
View File

@@ -0,0 +1,4 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from nl!"
}