Skip to content

Commit

Permalink
Chile's administrative areas are called regions, not provinces.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Feb 19, 2024
1 parent 8258db0 commit 975a652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AddressFormat/AddressFormatRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ protected function getDefinitions(): array
],
'CL' => [
'format' => "%givenName %familyName\n%organization\n%addressLine1\n%addressLine2\n%addressLine3\n%postalCode %locality\n%administrativeArea",
'administrative_area_type' => 'region',
'postal_code_pattern' => '\d{7}',
'subdivision_depth' => 2,
],
Expand Down

0 comments on commit 975a652

Please sign in to comment.