diff options
Diffstat (limited to 'src/locales/el/location/city_pattern.ts')
| -rw-r--r-- | src/locales/el/location/city_pattern.ts | 7 |
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}}']; |
