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 6564da1 commit 7200235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formats.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ var formats = map[string]Format{
"CL": {
Layout: "%1\n%2\n%3\n%P %L\n%R",
Required: []Field{FieldLine1, FieldLocality},
RegionType: RegionTypeRegion,
PostalCodePattern: `\d{7}`,
Regions: NewRegionMap(
"AI", "Aisén del General Carlos Ibáñez del Campo", "AN", "Antofagasta", "AR", "Araucanía",
Expand Down

0 comments on commit 7200235

Please sign in to comment.