Skip to content

Commit

Permalink
feat(location): add states for pt_PT (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer authored Jul 28, 2023
1 parent 1b3e5eb commit a4631db
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locales/pt_PT/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import default_country from './default_country';
import direction from './direction';
import postcode from './postcode';
import secondary_address from './secondary_address';
import state from './state';
import street_address from './street_address';
import street_pattern from './street_pattern';
import street_prefix from './street_prefix';
Expand All @@ -28,6 +29,7 @@ const location: LocationDefinition = {
direction,
postcode,
secondary_address,
state,
street_address,
street_pattern,
street_prefix,
Expand Down
22 changes: 22 additions & 0 deletions src/locales/pt_PT/location/state.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
export default [
'Azores',
'Aveiro',
'Beja',
'Braga',
'Bragança',
'Castelo Branco',
'Coimbra',
'Évora',
'Faro',
'Guarda',
'Leiria',
'Lisbon',
'Madeira',
'Portalegre',
'Porto',
'Santarém',
'Setúbal',
'Viana do Castelo',
'Vila Real',
'Viseu',
];

0 comments on commit a4631db

Please sign in to comment.