Merge branch 'master' into develop
This commit is contained in:
commit
51c8cde3b2
1 changed files with 11 additions and 2 deletions
|
@ -6,6 +6,9 @@
|
||||||
"it": "Indirizzi UK",
|
"it": "Indirizzi UK",
|
||||||
"id": "Alamat Inggris"
|
"id": "Alamat Inggris"
|
||||||
},
|
},
|
||||||
|
"mustHaveLanguage": [
|
||||||
|
"en"
|
||||||
|
],
|
||||||
"shortDescription": {
|
"shortDescription": {
|
||||||
"en": "Help to build an open dataset of UK addresses",
|
"en": "Help to build an open dataset of UK addresses",
|
||||||
"de": "Helfen Sie beim Aufbau eines offenen Datensatzes britischer Adressen",
|
"de": "Helfen Sie beim Aufbau eines offenen Datensatzes britischer Adressen",
|
||||||
|
@ -406,8 +409,14 @@
|
||||||
{
|
{
|
||||||
"id": "preview",
|
"id": "preview",
|
||||||
"render": {
|
"render": {
|
||||||
"en": "To send a letter to this addres, you would write:<div style='background: #fcdf94; border: 2px solid black; border-radius: 1rem; padding: 1.5rem 0.5rem 2rem 8rem; margin: 1rem' class='flex flex-col'><img src='./assets/themes/uk_addresses/stamp.jpg' class='self-end w-16'/><div class='subtle'>Name of the inhabitant</div><div>{addr:housename}</div><div>{addr:unit} {addr:housenumber} {addr:street}</div><div>{addr:place}</div><div class='subtle'>Suburb</div><div class='subtle'>Town</div><div class='subtle'>Postal code</div></div>"
|
"en": "To send a letter to this address, you would write:<div style='background: #fcdf94; border: 2px solid black; border-radius: 1rem; padding: 1.5rem 0.5rem 2rem 8rem; margin: 1rem' class='flex flex-col'><img src='./assets/themes/uk_addresses/stamp.jpg' class='self-end w-16'/><div class='subtle'>Name of the inhabitant</div><div>{addr:unit} {addr:housename}</div><div>{addr:housenumber} {addr:street}</div><div class='subtle'>Suburb</div><div class='subtle'>Town</div><div class='subtle'>Postal code</div></div>"
|
||||||
}
|
},
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "addr:place~*",
|
||||||
|
"then": "To send a letter to this address, you would write:<div style='background: #fcdf94; border: 2px solid black; border-radius: 1rem; padding: 1.5rem 0.5rem 2rem 8rem; margin: 1rem' class='flex flex-col'><img src='./assets/themes/uk_addresses/stamp.jpg' class='self-end w-16'/><div class='subtle'>Name of the inhabitant</div><div>{addr:unit} {addr:housename}</div><div>{addr:housenumber} {addr:place}</div><div>{addr:street}</div><div class='subtle'>Suburb</div><div class='subtle'>Town</div><div class='subtle'>Postal code</div></div>"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"mapRendering": [
|
"mapRendering": [
|
||||||
|
|
Loading…
Reference in a new issue