Skip to content

Commit

Permalink
fix(locale): remove invalid city patterns from pt_BR (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mayer committed Mar 7, 2023
1 parent cf2ce68 commit 7ae5cdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/locales/pt_BR/location/city.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export default [
'{{location.city_prefix}} {{person.firstName}}{{location.city_suffix}}',
'{{location.city_prefix}} {{person.firstName}}',
'{{person.firstName}}{{location.city_suffix}}',
'{{person.lastName}}{{location.city_suffix}}',
];

0 comments on commit 7ae5cdb

Please sign in to comment.