aboutsummaryrefslogtreecommitdiff
path: root/src/locales/el/location/city_pattern.ts
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2023-05-02 16:02:49 +0700
committerGitHub <[email protected]>2023-05-02 09:02:49 +0000
commit1cadfb97856da17047fcb5dcb504c3418eeed145 (patch)
treecb87ff33f0e9909d54d5a3e1661935340a0c5620 /src/locales/el/location/city_pattern.ts
parente094a5a7b00bed7da3610bdbb949cc00320d5094 (diff)
downloadfaker-1cadfb97856da17047fcb5dcb504c3418eeed145.tar.xz
faker-1cadfb97856da17047fcb5dcb504c3418eeed145.zip
fix(locale): el county should be city_name (#2106)
Diffstat (limited to 'src/locales/el/location/city_pattern.ts')
-rw-r--r--src/locales/el/location/city_pattern.ts7
1 files changed, 1 insertions, 6 deletions
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}}'];