Skip to content

Commit

Permalink
simplify templates, solves issue #120
Browse files Browse the repository at this point in the history
  • Loading branch information
freyfogle committed Nov 15, 2024
1 parent bd55f65 commit 2bf36d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/countries/worldwide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generic1: &generic1 |
# postcode after city
generic2: &generic2 |
{{{attention}}}
{{#first}} {{{house}}}, {{{quarter}}} || {{{house}}} {{/first}}
{{{house}}}, {{{quarter}}}
{{{house_number}}} {{{road}}}
{{#first}} {{{village}}} || {{{town}}} || {{{city}}} || {{{municipality}}} || {{{hamlet}}} || {{{county}}} {{/first}} {{{postcode}}}
{{#first}} {{{country}}} || {{{state}}} {{/first}}
Expand Down Expand Up @@ -1790,7 +1790,7 @@ SE:
SG:
address_template: |
{{{attention}}}
{{#first}} {{{house}}}, {{{quarter}}} || {{{house}}} {{/first}}
{{{house}}}, {{{quarter}}}
{{{house_number}}} {{{road}}}, {{{residential}}}
{{#first}} {{{country}}} || {{{town}}} || {{{city}}} || {{{municipality}}} || {{{hamlet}}} || {{{village}}} || {{{county}}} {{/first}} {{{postcode}}}
{{{country}}}
Expand Down

0 comments on commit 2bf36d1

Please sign in to comment.