diff options
| author | Matt Mayer <[email protected]> | 2023-05-03 23:58:38 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-03 16:58:38 +0000 |
| commit | d9ec87e6697ac3c814932c7e3ff6fa2e21d62f3a (patch) | |
| tree | 87ebac8ee92ef90bc591ad1aa7acd0b2a45e8c9b /src/locales/tr | |
| parent | c092aa1276a5c249de1ada47e807f12dd6de36f7 (diff) | |
| download | faker-d9ec87e6697ac3c814932c7e3ff6fa2e21d62f3a.tar.xz faker-d9ec87e6697ac3c814932c7e3ff6fa2e21d62f3a.zip | |
fix(locale): remove unrealistic fictional patterns in ne, ro, tr (#2120)
Diffstat (limited to 'src/locales/tr')
| -rw-r--r-- | src/locales/tr/location/city_pattern.ts | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/locales/tr/location/city_pattern.ts b/src/locales/tr/location/city_pattern.ts index 0d422527..ad43b68f 100644 --- a/src/locales/tr/location/city_pattern.ts +++ b/src/locales/tr/location/city_pattern.ts @@ -1,7 +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}}', - '{{location.city_name}}', -]; +export default ['{{location.city_name}}']; |
