File tree 2 files changed +24
-0
lines changed
src/locales/pt_PT/location
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import default_country from './default_country';
13
13
import direction from './direction' ;
14
14
import postcode from './postcode' ;
15
15
import secondary_address from './secondary_address' ;
16
+ import state from './state' ;
16
17
import street_address from './street_address' ;
17
18
import street_pattern from './street_pattern' ;
18
19
import street_prefix from './street_prefix' ;
@@ -28,6 +29,7 @@ const location: LocationDefinition = {
28
29
direction,
29
30
postcode,
30
31
secondary_address,
32
+ state,
31
33
street_address,
32
34
street_pattern,
33
35
street_prefix,
Original file line number Diff line number Diff line change
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
+ ] ;
You can’t perform that action at this time.
0 commit comments