Initial Commit

This commit is contained in:
WhatDidYouExpect 2025-07-06 21:14:47 +02:00
commit 184685fdd8
6 changed files with 135 additions and 0 deletions

3
locales/en.json Normal file
View file

@ -0,0 +1,3 @@
{
"hello_key": "Hello World!"
}

3
locales/it.json Normal file
View file

@ -0,0 +1,3 @@
{
"hello_key": "Ciao Mondo!"
}