Skip to content

Commit

Permalink
fix(locale): az company name_patterns return undefined in name (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mayer committed Mar 11, 2023
1 parent 6ba21c6 commit bb72a66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/locales/az/company/name_patterns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ export default [
'{{company.prefix}} {{person.female_first_name}}',
'{{company.prefix}} {{person.male_first_name}}',
'{{company.prefix}} {{person.male_last_name}}',
'{{company.prefix}} {{company.suffix}}{{company.suffix}}',
'{{company.prefix}} {{company.suffix}}{{company.suffix}}{{company.suffix}}',
'{{company.prefix}} {{location.city_name}}{{company.suffix}}',
'{{company.prefix}} {{location.city_name}}{{company.suffix}}{{company.suffix}}',
'{{company.prefix}} {{location.city_name}}{{company.suffix}}{{company.suffix}}{{company.suffix}}',
];

0 comments on commit bb72a66

Please sign in to comment.