File tree Expand file tree Collapse file tree
src/locales/pt_BR/location Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import secondary_address from './secondary_address';
1313import state from './state' ;
1414import state_abbr from './state_abbr' ;
1515import street_pattern from './street_pattern' ;
16- import street_suffix from './street_suffix ' ;
16+ import street_prefix from './street_prefix ' ;
1717
1818const location : LocationDefinition = {
1919 building_number,
@@ -26,7 +26,7 @@ const location: LocationDefinition = {
2626 state,
2727 state_abbr,
2828 street_pattern,
29- street_suffix ,
29+ street_prefix ,
3030} ;
3131
3232export default location ;
Original file line number Diff line number Diff line change 11export default [
2- '{{person.firstName }} {{location.street_suffix }}' ,
3- '{{person.lastName }} {{location.street_suffix }}' ,
2+ '{{location.street_prefix }} {{person.firstName }}' ,
3+ '{{location.street_prefix }} {{person.lastName }}' ,
44] ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments