Skip to content

Commit a4631db

Browse files
authored
feat(location): add states for pt_PT (#2269)
1 parent 1b3e5eb commit a4631db

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

src/locales/pt_PT/location/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import default_country from './default_country';
1313
import direction from './direction';
1414
import postcode from './postcode';
1515
import secondary_address from './secondary_address';
16+
import state from './state';
1617
import street_address from './street_address';
1718
import street_pattern from './street_pattern';
1819
import street_prefix from './street_prefix';
@@ -28,6 +29,7 @@ const location: LocationDefinition = {
2829
direction,
2930
postcode,
3031
secondary_address,
32+
state,
3133
street_address,
3234
street_pattern,
3335
street_prefix,

src/locales/pt_PT/location/state.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
export default [
2+
'Azores',
3+
'Aveiro',
4+
'Beja',
5+
'Braga',
6+
'Bragança',
7+
'Castelo Branco',
8+
'Coimbra',
9+
'Évora',
10+
'Faro',
11+
'Guarda',
12+
'Leiria',
13+
'Lisbon',
14+
'Madeira',
15+
'Portalegre',
16+
'Porto',
17+
'Santarém',
18+
'Setúbal',
19+
'Viana do Castelo',
20+
'Vila Real',
21+
'Viseu',
22+
];

0 commit comments

Comments
 (0)