Add stuff

This commit is contained in:
2025-07-31 22:50:39 +02:00
parent 07c434dba8
commit 15f4f74cb7
18 changed files with 506 additions and 76 deletions
+10 -1
View File
@@ -1,3 +1,12 @@
{
"hello": "Hallo"
"hello": "Hallo",
"locales": {
"en": "Englisch",
"de": "Deutsch"
},
"layouts": {
"title": "{title} {'|'} PicHunt",
"default_tile": "PicHunt",
"switch_lang": "Sprache ändern zu {locale}"
}
}
+10 -1
View File
@@ -1,3 +1,12 @@
{
"hello": "Hello"
"hello": "Hello",
"locales": {
"en": "English",
"de": "German"
},
"layouts": {
"title": "{title} {'|'} PicHunt",
"default_tile": "PicHunt",
"switch_lang": "Switch locale to {locale}"
}
}