Skip to content

Commit 7c23db3

Browse files
authored
refactor(locale): rename pt-BR streetSuffix to streetPrefix (#3493)
1 parent 1dbd8fa commit 7c23db3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/locales/pt_BR/location/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import secondary_address from './secondary_address';
1313
import state from './state';
1414
import state_abbr from './state_abbr';
1515
import street_pattern from './street_pattern';
16-
import street_suffix from './street_suffix';
16+
import street_prefix from './street_prefix';
1717

1818
const 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

3232
export default location;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export 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.

0 commit comments

Comments
 (0)