Skip to content

Commit

Permalink
Panama has provinces, not states.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Jan 9, 2024
1 parent 3e17774 commit c058add
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions formats.go
Original file line number Diff line number Diff line change
Expand Up @@ -1188,8 +1188,9 @@ var formats = map[string]Format{
PostalCodePattern: `(?:PC )?\d{3}`,
},
"PA": {
Layout: "%1\n%2\n%3\n%L\n%R",
Required: []Field{FieldLine1, FieldLocality},
Layout: "%1\n%2\n%3\n%L\n%R",
Required: []Field{FieldLine1, FieldLocality},
RegionType: RegionTypeProvince,
Regions: NewRegionMap(
"1", "Bocas del Toro", "4", "Chiriquí", "2", "Coclé",
"3", "Colón", "5", "Darién", "EM", "Emberá",
Expand Down

0 comments on commit c058add

Please sign in to comment.