Skip to content

Commit

Permalink
fix(locale): en_HK last_name_patterns should be last_name_pattern (#2154
Browse files Browse the repository at this point in the history
)
  • Loading branch information
matthewmayer authored May 24, 2023
1 parent 8479228 commit 03cc391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locales/en_HK/person/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
*/
import type { PersonDefinition } from '../../..';
import last_name from './last_name';
import last_name_patterns from './last_name_patterns';
import last_name_pattern from './last_name_pattern';
import name_ from './name';

const person: PersonDefinition = {
last_name,
last_name_patterns,
last_name_pattern,
name: name_,
};

Expand Down

0 comments on commit 03cc391

Please sign in to comment.