Skip to content

Commit

Permalink
fallback template for Antarctica
Browse files Browse the repository at this point in the history
  • Loading branch information
freyfogle committed Feb 28, 2024
1 parent 2521e3c commit 4bf644e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conf/countries/worldwide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,10 @@ AO:
# Antarctica
AQ:
address_template: |
{{{attention}}}
{{{house}}}
{{#first}} {{{city}}} || {{{town}}} || {{{village}}} || {{{hamlet}}} {{/first}}
{{#first}} {{{country}}} || {{{continent}}} {{/first}}
fallback_template: |
{{{house}}}
{{#first}} {{{city}}} || {{{town}}} || {{{village}}} || {{{hamlet}}} {{/first}}
{{#first}} {{{country}}} || {{{continent}}} {{/first}}
Expand Down

0 comments on commit 4bf644e

Please sign in to comment.