13 lines
219 B
JSON
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}"
|
|
}
|
|
}
|