From 1cadfb97856da17047fcb5dcb504c3418eeed145 Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Tue, 2 May 2023 16:02:49 +0700 Subject: fix(locale): el county should be city_name (#2106) --- src/locales/el/location/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/locales/el/location/index.ts') diff --git a/src/locales/el/location/index.ts b/src/locales/el/location/index.ts index 5b284bd3..1c59f600 100644 --- a/src/locales/el/location/index.ts +++ b/src/locales/el/location/index.ts @@ -3,14 +3,14 @@ * Run 'pnpm run generate:locales' to update. */ import type { LocationDefinition } from '../../..'; +import city_name from './city_name'; import city_pattern from './city_pattern'; -import county from './county'; import default_country from './default_country'; import street_pattern from './street_pattern'; const location: LocationDefinition = { + city_name, city_pattern, - county, default_country, street_pattern, }; -- cgit v1.2.3