20 lines
386 B
JSON
20 lines
386 B
JSON
{
|
|
"legal": {
|
|
"imprint": {
|
|
"title": "Imprint",
|
|
"company": "Company",
|
|
"address": "Address",
|
|
"germany": "Germany",
|
|
"contact": "Contact"
|
|
},
|
|
"privacy": {
|
|
"title": "Privacy Policy"
|
|
}
|
|
},
|
|
"footer": {
|
|
"imprint": "imprint",
|
|
"privacy": "privacy",
|
|
"copyright": "© {year} Pablo Kurzmann - Portfolio. All rights reserved."
|
|
}
|
|
}
|