aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/locales/pt_BR/location/index.ts4
-rw-r--r--src/locales/pt_BR/location/street_pattern.ts4
-rw-r--r--src/locales/pt_BR/location/street_prefix.ts (renamed from src/locales/pt_BR/location/street_suffix.ts)0
3 files changed, 4 insertions, 4 deletions
diff --git a/src/locales/pt_BR/location/index.ts b/src/locales/pt_BR/location/index.ts
index 76748468..e9edee7a 100644
--- a/src/locales/pt_BR/location/index.ts
+++ b/src/locales/pt_BR/location/index.ts
@@ -13,7 +13,7 @@ import secondary_address from './secondary_address';
import state from './state';
import state_abbr from './state_abbr';
import street_pattern from './street_pattern';
-import street_suffix from './street_suffix';
+import street_prefix from './street_prefix';
const location: LocationDefinition = {
building_number,
@@ -26,7 +26,7 @@ const location: LocationDefinition = {
state,
state_abbr,
street_pattern,
- street_suffix,
+ street_prefix,
};
export default location;
diff --git a/src/locales/pt_BR/location/street_pattern.ts b/src/locales/pt_BR/location/street_pattern.ts
index af32d0c4..3577414e 100644
--- a/src/locales/pt_BR/location/street_pattern.ts
+++ b/src/locales/pt_BR/location/street_pattern.ts
@@ -1,4 +1,4 @@
export default [
- '{{person.firstName}} {{location.street_suffix}}',
- '{{person.lastName}} {{location.street_suffix}}',
+ '{{location.street_prefix}} {{person.firstName}}',
+ '{{location.street_prefix}} {{person.lastName}}',
];
diff --git a/src/locales/pt_BR/location/street_suffix.ts b/src/locales/pt_BR/location/street_prefix.ts
index 49ba524d..49ba524d 100644
--- a/src/locales/pt_BR/location/street_suffix.ts
+++ b/src/locales/pt_BR/location/street_prefix.ts