Files
pichunt/app/lang/en.json
T
2025-07-31 22:50:39 +02:00

13 lines
219 B
JSON

{
"hello": "Hello",
"locales": {
"en": "English",
"de": "German"
},
"layouts": {
"title": "{title} {'|'} PicHunt",
"default_tile": "PicHunt",
"switch_lang": "Switch locale to {locale}"
}
}