diff options
Diffstat (limited to 'src/definitions')
| -rw-r--r-- | src/definitions/location.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definitions/location.ts b/src/definitions/location.ts index 7e2403aa..0c834b7b 100644 --- a/src/definitions/location.ts +++ b/src/definitions/location.ts @@ -17,7 +17,7 @@ export type LocationDefinitions = LocaleEntry<{ /** * The patterns to generate city names. */ - city: string[]; + city_pattern: string[]; /** * The names of actual cities. |
