Initial commit

This commit is contained in:
Djuri 2023-11-17 01:05:35 +01:00
commit 96d609a89e
34 changed files with 4978 additions and 0 deletions

12
src/lib/locales/en.json Normal file
View file

@ -0,0 +1,12 @@
{
"my": {
"translation": {
"key": "Test"
}
},
"section": {
"settings": {
"title": "Settings"
}
}
}