From 8cd196562be43d378bc82d0dfe8b003fd84c404f Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Thu, 27 Apr 2023 17:33:43 +0200 Subject: refactor(location)!: rename definition city to city_pattern (#2094) --- src/definitions/location.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/definitions') 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. -- cgit v1.2.3