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/city_pattern.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/locales/el/location/city_pattern.ts') diff --git a/src/locales/el/location/city_pattern.ts b/src/locales/el/location/city_pattern.ts index 7375aa83..ad43b68f 100644 --- a/src/locales/el/location/city_pattern.ts +++ b/src/locales/el/location/city_pattern.ts @@ -1,6 +1 @@ -export default [ - '{{location.city_prefix}} {{person.firstName}}{{location.city_suffix}}', - '{{location.city_prefix}} {{person.firstName}}', - '{{person.firstName}}{{location.city_suffix}}', - '{{person.lastName}}{{location.city_suffix}}', -]; +export default ['{{location.city_name}}']; -- cgit v1.2.3