Skip to content

Commit 9b77835

Browse files
authored
Merge branch 'next' into renovate/typescript-eslint
2 parents 0de0b67 + 03cc391 commit 9b77835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/locales/en_HK/person/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
*/
55
import type { PersonDefinition } from '../../..';
66
import last_name from './last_name';
7-
import last_name_patterns from './last_name_patterns';
7+
import last_name_pattern from './last_name_pattern';
88
import name_ from './name';
99

1010
const person: PersonDefinition = {
1111
last_name,
12-
last_name_patterns,
12+
last_name_pattern,
1313
name: name_,
1414
};
1515

0 commit comments

Comments
 (0)